Shades of Dark Cerulean #04567F
Tints of Dark Cerulean #04567F
RGB
CMYK
RGB Variations
Color information
#04567F (or 0x04567F) is known color: Dark Cerulean. HEX triplet: 04, 56 and 7F. RGB value is (4,86,127). Sum of RGB (Red+Green+Blue) = 4+86+127=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #04567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04567F is #FBA980. Grayscale: #414141. Windows color (decimal): -16492929 or 8345092. OLE color: 8345092.
HSL color Cylindrical-coordinate representation of color #04567F: hue angle of 200º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04567F is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 86 | 127 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.50 |
| HSL | 200º | 0.94% | 0.26% | - |
| HSV(B) | 200º | 0.97% | 0.5% | - |
| XYZ | 7.21 | 8.21 | 21.28 | - |
| YUV | 66.16 | 162.33 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 127 | 0.97 | 0.32 | 0 | 0.50 | 200 | 0.94 | 0.26 |
| Hex | 4 | 56 | 7F | 61 | 20 | 0 | 32 | C8 | 5E | 1A |
| Octal | 4 | 126 | 177 | 141 | 40 | 0 | 62 | 310 | 136 | 32 |
| Binary | 100 | 1010110 | 1111111 | 1100001 | 100000 | 0 | 110010 | 11001000 | 1011110 | 11010 |
Color Harmonies of #04567F
Complementary color
Monochromatic Colors of #04567F
Black with #04567F
Text Example
Text Example
White with #04567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04567F; }
p { color: rgb(4,86,127); }
H1.HeaderClassName
{
color: #04567F;
}
.AnyTagClassName
{
color: #04567F;
}
</style>
background-color css
<style>
a { background-color: #04567F; }
a { background-color: rgb(4,86,127); }
div.DivClassName
{
background-color: #04567F;
}
.BgClassName
{
background-color: #04567F;
}
</style>
border-color css
<style>
span { border-color: #04567F; }
span { border-color: rgb(4,86,127); }
td.TdClassName
{
border-color: #04567F;
}
.TagClassName
{
border-color: #04567F;
}
</style>