#004574

Color #004574 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004574

Tints of Dark Cerulean #004574

Color information

#004574 (or 0x004574) is unknown color: approx 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

RGB069116-
CMYK10.4100.55
HSL204.31º100%22.75%-
HSV(B)204.31º100%45.49%-
XYZ5.285.5217.31-
YUV53.73163.1489.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=0%
G=37.30%
B=62.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal06911610.4100.55204.3110022.75
Hex045746429037cc6417
Octal01051641445106731414427
Binary0100010111101001100100101001011011111001100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>