Html Css Color HEX #004874 Dark Cerulean

📋 copy color: '#004874'

red 0 ◦ green 72 ◦ blue 116

#004874
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #004874

Tints of Dark Cerulean #004874

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 116 (45.7% from 255) = 61.7%

R = 0%
G = 38.3%
B = 61.7%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#004874 (or 0x004874) is known color: Dark Cerulean. HEX triplet: 00, 48 and 74. RGB value is (0,72,116). Sum of RGB (Red+Green+Blue) = 0+72+116=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #004874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004874 is #FFB78B. Grayscale: #373737. Windows color (decimal): -16758668 or 7620608. OLE color: 7620608.

HSL color Cylindrical-coordinate representation of color #004874: hue angle of 202.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004874 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 72 116 -
CMYK 1 0.38 0 0.55
HSL 202.76º 1% 0.23% -
HSV(B) 202.76º 1% 0.45% -
XYZ 5.47 5.9 17.37 -
YUV 55.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 0 72 116 1 0.38 0 0.55 202.76 1 0.23
Hex 0 48 74 64 26 0 37 CB 64 17
Octal 0 110 164 144 46 0 67 313 144 27
Binary 0 1001000 1110100 1100100 100110 0 110111 11001011 1100100 10111

Color Harmonies of #004874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004874

Black with #004874

Text Example


Text Example

White with #004874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004874; }

 p { color: rgb(0,72,116); }

 H1.HeaderClassName
 {
   color: #004874;
 }
 .AnyTagClassName
 {
   color: #004874;
 }
</style>

background-color css

<style>
 a { background-color: #004874; }

 a { background-color: rgb(0,72,116); }

 div.DivClassName
 {
   background-color: #004874;
 }
 .BgClassName
 {
   background-color: #004874;
 }
</style>

border-color css

<style>
 span { border-color: #004874; }

 span { border-color: rgb(0,72,116); }

 td.TdClassName
 {
   border-color: #004874;
 }
 .TagClassName
 {
   border-color: #004874;
 }
</style>