Shades of Dark Cerulean #04427B
Tints of Dark Cerulean #04427B
RGB
CMYK
RGB Variations
Color information
#04427B (or 0x04427B) is known color: Dark Cerulean. HEX triplet: 04, 42 and 7B. RGB value is (4,66,123). Sum of RGB (Red+Green+Blue) = 4+66+123=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #04427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04427B is #FBBD84. Grayscale: #353535. Windows color (decimal): -16498053 or 8077828. OLE color: 8077828.
HSL color Cylindrical-coordinate representation of color #04427B: hue angle of 208.74º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04427B is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 66 | 123 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.52 |
| HSL | 208.74º | 0.94% | 0.25% | - |
| HSV(B) | 208.74º | 0.97% | 0.48% | - |
| XYZ | 5.57 | 5.35 | 19.48 | - |
| YUV | 53.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 123 | 0.97 | 0.46 | 0 | 0.52 | 208.74 | 0.94 | 0.25 |
| Hex | 4 | 42 | 7B | 61 | 2E | 0 | 34 | D1 | 5E | 19 |
| Octal | 4 | 102 | 173 | 141 | 56 | 0 | 64 | 321 | 136 | 31 |
| Binary | 100 | 1000010 | 1111011 | 1100001 | 101110 | 0 | 110100 | 11010001 | 1011110 | 11001 |
Color Harmonies of #04427B
Complementary color
Monochromatic Colors of #04427B
Black with #04427B
Text Example
Text Example
White with #04427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04427B; }
p { color: rgb(4,66,123); }
H1.HeaderClassName
{
color: #04427B;
}
.AnyTagClassName
{
color: #04427B;
}
</style>
background-color css
<style>
a { background-color: #04427B; }
a { background-color: rgb(4,66,123); }
div.DivClassName
{
background-color: #04427B;
}
.BgClassName
{
background-color: #04427B;
}
</style>
border-color css
<style>
span { border-color: #04427B; }
span { border-color: rgb(4,66,123); }
td.TdClassName
{
border-color: #04427B;
}
.TagClassName
{
border-color: #04427B;
}
</style>