Shades of Dark Cerulean #04427C
Tints of Dark Cerulean #04427C
RGB
CMYK
RGB Variations
Color information
#04427C (or 0x04427C) is known color: Dark Cerulean. HEX triplet: 04, 42 and 7C. RGB value is (4,66,124). Sum of RGB (Red+Green+Blue) = 4+66+124=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #04427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04427C is #FBBD83. Grayscale: #353535. Windows color (decimal): -16498052 or 8143364. OLE color: 8143364.
HSL color Cylindrical-coordinate representation of color #04427C: hue angle of 209º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04427C is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 66 | 124 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.51 |
| HSL | 209º | 0.94% | 0.25% | - |
| HSV(B) | 209º | 0.97% | 0.49% | - |
| XYZ | 5.64 | 5.38 | 19.81 | - |
| YUV | 54.07 | 167.46 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 124 | 0.97 | 0.47 | 0 | 0.51 | 209 | 0.94 | 0.25 |
| Hex | 4 | 42 | 7C | 61 | 2F | 0 | 33 | D1 | 5E | 19 |
| Octal | 4 | 102 | 174 | 141 | 57 | 0 | 63 | 321 | 136 | 31 |
| Binary | 100 | 1000010 | 1111100 | 1100001 | 101111 | 0 | 110011 | 11010001 | 1011110 | 11001 |
Color Harmonies of #04427C
Complementary color
Monochromatic Colors of #04427C
Black with #04427C
Text Example
Text Example
White with #04427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04427C; }
p { color: rgb(4,66,124); }
H1.HeaderClassName
{
color: #04427C;
}
.AnyTagClassName
{
color: #04427C;
}
</style>
background-color css
<style>
a { background-color: #04427C; }
a { background-color: rgb(4,66,124); }
div.DivClassName
{
background-color: #04427C;
}
.BgClassName
{
background-color: #04427C;
}
</style>
border-color css
<style>
span { border-color: #04427C; }
span { border-color: rgb(4,66,124); }
td.TdClassName
{
border-color: #04427C;
}
.TagClassName
{
border-color: #04427C;
}
</style>