Shades of Dark Cerulean #004376
Tints of Dark Cerulean #004376
RGB
CMYK
RGB Variations
Color information
#004376 (or 0x004376) is known color: Dark Cerulean. HEX triplet: 00, 43 and 76. RGB value is (0,67,118). Sum of RGB (Red+Green+Blue) = 0+67+118=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #004376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004376 is #FFBC89. Grayscale: #343434. Windows color (decimal): -16759946 or 7750400. OLE color: 7750400.
HSL color Cylindrical-coordinate representation of color #004376: hue angle of 205.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004376 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 67 | 118 | - |
| CMYK | 1 | 0.43 | 0 | 0.54 |
| HSL | 205.93º | 1% | 0.23% | - |
| HSV(B) | 205.93º | 1% | 0.46% | - |
| XYZ | 5.28 | 5.32 | 17.89 | - |
| YUV | 52.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 118 | 1 | 0.43 | 0 | 0.54 | 205.93 | 1 | 0.23 |
| Hex | 0 | 43 | 76 | 64 | 2B | 0 | 36 | CE | 64 | 17 |
| Octal | 0 | 103 | 166 | 144 | 53 | 0 | 66 | 316 | 144 | 27 |
| Binary | 0 | 1000011 | 1110110 | 1100100 | 101011 | 0 | 110110 | 11001110 | 1100100 | 10111 |
Color Harmonies of #004376
Complementary color
Monochromatic Colors of #004376
Black with #004376
Text Example
Text Example
White with #004376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004376; }
p { color: rgb(0,67,118); }
H1.HeaderClassName
{
color: #004376;
}
.AnyTagClassName
{
color: #004376;
}
</style>
background-color css
<style>
a { background-color: #004376; }
a { background-color: rgb(0,67,118); }
div.DivClassName
{
background-color: #004376;
}
.BgClassName
{
background-color: #004376;
}
</style>
border-color css
<style>
span { border-color: #004376; }
span { border-color: rgb(0,67,118); }
td.TdClassName
{
border-color: #004376;
}
.TagClassName
{
border-color: #004376;
}
</style>