#004672

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

Shades of Dark Cerulean #004672

Tints of Dark Cerulean #004672

Color information

#004672 (or 0x004672) is unknown color: approx Dark Cerulean. HEX triplet: 00, 46 and 72. RGB value is (0,70,114). Sum of RGB (Red+Green+Blue) = 0+70+114=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #004672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004672 is #FFB98D. Grayscale: #353535. Windows color (decimal): -16759182 or 7489024. OLE color: 7489024.

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

Color convert

RGB070114-
CMYK10.3900.55
HSL203.16º100%22.35%-
HSV(B)203.16º100%44.71%-
XYZ5.235.616.72-
YUV54.09161.8189.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=0%
G=38.04%
B=61.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal07011410.3900.55203.1610022.35
Hex046726427037cb6416
Octal01061621444706731314426
Binary0100011011100101100100100111011011111001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004672; }

 p { color: rgb(0,70,114); }

 H1.HeaderClassName
 {
   color: #004672;
 }
 .AnyTagClassName
 {
   color: #004672;
 }
</style>
background-color css

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

 a { background-color: rgb(0,70,114); }

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

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

 span { border-color: rgb(0,70,114); }

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