COLOR #004872

HEX: #004872
RGB: (0,72,114)

Renk bilgisi

#004872 contains only green and blue colors. #004872 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#004872 color RGB value is (0,72,114).

  • kırmız ton 0;
  • yeşil ton 72;
  • mavi ton 114.
RGB:
(0,72,114)
(0%,28%,45%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 72 of 255 = 28%
B 114 of 255 = 45%

0
72
114

R + G + B ~ 24%. #004872 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 72 + 114 = 186 (100%)
R 0 of 186 ~ 0%
G 72 of 186 ~ 38.71%
B 114 of 186 ~ 61.29%

%38.71
%61.29

CMYK RENK MODELİ

#004872 rengi CMYK tonu (100,37,0,55).

  • camgöbeği tonu 100.00%
  • eflatun tonu 36.84%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(100,37,0,55)
C100M37Y0K55 
(100%,37%,0%,55%)
(1.00/0.37/0.00/0.55)	

CMYK yüzdeleri

%100
%36.84
%0
%55.29

Codes

Color #004872 in popluar color models

004872
RGB072114
HSL202°100.00%22.35%
HSB/HSV202°100.00%44.71%
CMYK100.00%36.84%0.00%
55.29%

Color #004872 in popluar number systems.

HEX004872
Decimal072114
Binary010010001110010
Octal0110162

Shades and tints

Shades of #004872

#004872
(0,72,114)
#004268
(0,66,104)
#003C5E
(0,60,94)
#003654
(0,54,84)
#00304A
(0,48,74)
#002A40
(0,42,64)
#002436
(0,36,54)
#001E2C
(0,30,44)
#001822
(0,24,34)
#001218
(0,18,24)
#000C0E
(0,12,14)
#000000
(0,0,0)

Tints of #004872

#004872
(0,72,114)
#17587E
(23,88,126)
#2E688A
(46,104,138)
#457896
(69,120,150)
#5C88A2
(92,136,162)
#7398AE
(115,152,174)
#8AA8BA
(138,168,186)
#A1B8C6
(161,184,198)
#B8C8D2
(184,200,210)
#CFD8DE
(207,216,222)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004872 color. Also use rgb(0,72,114) instead hex code.

Text Font Color

.myTextColor { color: #004872; }

<p style="color:#004872">This sample text font color is #004872.</p>

This text font color is #004872.


Background Color

.myBgColor { background-color: #004872; }

<div style="background-color:#004872">Inner text</div>

This div background color is #004872.


Border color

.myBorderColor { border: 1px solid #004872; }

<div style="border:3px solid #004872">Div</div>

This div border color is #004872.


Opacity

.myOpacity80 { color: #004872; opacity: 0.8; }

<p style="color:#004872;opacity:0.8;">80%</p>

Text with #004872 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #004872;}

<p style="text-shadow: 3px 3px 1px #004872">Text here.</p>

This text has shadow with #004872 color.

.textShadow {text-shadow: 3px 3px 1px #004872, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #004872, 5px 5px 20px red">Text here.</p>

This text has shadow with #004872 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#004872, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#004872, Direction=45, Strength=4)">Text</p>

This text has shadow with #004872 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #004872;
  -webkit-box-shadow:	1px 1px 3px 2px #004872;
  box-shadow:		1px 1px 3px 2px #004872;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #004872;
-webkit-box-shadow: 1px 1px 3px 2px #004872;
box-shadow:1px 1px 3px 2px #004872;">
Div content here</div>
This div box has shadow with color #004872.

Preview

Color preview on black background

This text has color #004872 on black background.


Color preview on white background

This text has color #004872 on white background.



Black color preview on #004872 background

This text has black color on #004872 background.


White color preview on #004872 background

This text has white color on #004872 background.