Shades of Dark Cerulean #04456B
Tints of Dark Cerulean #04456B
RGB
CMYK
RGB Variations
Color information
#04456B (or 0x04456B) is known color: Dark Cerulean. HEX triplet: 04, 45 and 6B. RGB value is (4,69,107). Sum of RGB (Red+Green+Blue) = 4+69+107=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #04456B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04456B is #FBBA94. Grayscale: #353535. Windows color (decimal): -16497301 or 7030020. OLE color: 7030020.
HSL color Cylindrical-coordinate representation of color #04456B: hue angle of 202.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04456B is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 69 | 107 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.58 |
| HSL | 202.14º | 0.93% | 0.22% | - |
| HSV(B) | 202.14º | 0.96% | 0.42% | - |
| XYZ | 4.83 | 5.34 | 14.69 | - |
| YUV | 53.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 107 | 0.96 | 0.36 | 0 | 0.58 | 202.14 | 0.93 | 0.22 |
| Hex | 4 | 45 | 6B | 60 | 24 | 0 | 3A | CA | 5D | 16 |
| Octal | 4 | 105 | 153 | 140 | 44 | 0 | 72 | 312 | 135 | 26 |
| Binary | 100 | 1000101 | 1101011 | 1100000 | 100100 | 0 | 111010 | 11001010 | 1011101 | 10110 |
Color Harmonies of #04456B
Complementary color
Monochromatic Colors of #04456B
Black with #04456B
Text Example
Text Example
White with #04456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04456B; }
p { color: rgb(4,69,107); }
H1.HeaderClassName
{
color: #04456B;
}
.AnyTagClassName
{
color: #04456B;
}
</style>
background-color css
<style>
a { background-color: #04456B; }
a { background-color: rgb(4,69,107); }
div.DivClassName
{
background-color: #04456B;
}
.BgClassName
{
background-color: #04456B;
}
</style>
border-color css
<style>
span { border-color: #04456B; }
span { border-color: rgb(4,69,107); }
td.TdClassName
{
border-color: #04456B;
}
.TagClassName
{
border-color: #04456B;
}
</style>