Shades of Dark Cerulean #04426F
Tints of Dark Cerulean #04426F
RGB
CMYK
RGB Variations
Color information
#04426F (or 0x04426F) is known color: Dark Cerulean. HEX triplet: 04, 42 and 6F. RGB value is (4,66,111). Sum of RGB (Red+Green+Blue) = 4+66+111=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #04426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04426F is #FBBD90. Grayscale: #343434. Windows color (decimal): -16498065 or 7291396. OLE color: 7291396.
HSL color Cylindrical-coordinate representation of color #04426F: hue angle of 205.23º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04426F is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 66 | 111 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.56 |
| HSL | 205.23º | 0.93% | 0.23% | - |
| HSV(B) | 205.23º | 0.96% | 0.44% | - |
| XYZ | 4.87 | 5.07 | 15.76 | - |
| YUV | 52.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 111 | 0.96 | 0.41 | 0 | 0.56 | 205.23 | 0.93 | 0.23 |
| Hex | 4 | 42 | 6F | 60 | 29 | 0 | 38 | CD | 5D | 17 |
| Octal | 4 | 102 | 157 | 140 | 51 | 0 | 70 | 315 | 135 | 27 |
| Binary | 100 | 1000010 | 1101111 | 1100000 | 101001 | 0 | 111000 | 11001101 | 1011101 | 10111 |
Color Harmonies of #04426F
Complementary color
Monochromatic Colors of #04426F
Black with #04426F
Text Example
Text Example
White with #04426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04426F; }
p { color: rgb(4,66,111); }
H1.HeaderClassName
{
color: #04426F;
}
.AnyTagClassName
{
color: #04426F;
}
</style>
background-color css
<style>
a { background-color: #04426F; }
a { background-color: rgb(4,66,111); }
div.DivClassName
{
background-color: #04426F;
}
.BgClassName
{
background-color: #04426F;
}
</style>
border-color css
<style>
span { border-color: #04426F; }
span { border-color: rgb(4,66,111); }
td.TdClassName
{
border-color: #04426F;
}
.TagClassName
{
border-color: #04426F;
}
</style>