Html Css Color HEX #004574 Dark Cerulean

📋 copy color: '#004574'

red 0 ◦ green 69 ◦ blue 116

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

Shades of Dark Cerulean #004574

Tints of Dark Cerulean #004574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.3%

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

R = 0%
G = 37.3%
B = 62.7%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#004574 (or 0x004574) is known color: Dark Cerulean. HEX triplet: 00, 45 and 74. RGB value is (0,69,116). Sum of RGB (Red+Green+Blue) = 0+69+116=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #004574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004574 is #FFBA8B. Grayscale: #353535. Windows color (decimal): -16759436 or 7619840. OLE color: 7619840.

HSL color Cylindrical-coordinate representation of color #004574: hue angle of 204.31º 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 #004574 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 69 116 -
CMYK 1 0.41 0 0.55
HSL 204.31º 1% 0.23% -
HSV(B) 204.31º 1% 0.45% -
XYZ 5.28 5.52 17.31 -
YUV 53.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 0 69 116 1 0.41 0 0.55 204.31 1 0.23
Hex 0 45 74 64 29 0 37 CC 64 17
Octal 0 105 164 144 51 0 67 314 144 27
Binary 0 1000101 1110100 1100100 101001 0 110111 11001100 1100100 10111

Color Harmonies of #004574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004574

Black with #004574

Text Example


Text Example

White with #004574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004574; }

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

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

background-color css

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

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

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

border-color css

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

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

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