Shades of Dark Cerulean #04567B
Tints of Dark Cerulean #04567B
RGB
CMYK
RGB Variations
Color information
#04567B (or 0x04567B) is known color: Dark Cerulean. HEX triplet: 04, 56 and 7B. RGB value is (4,86,123). Sum of RGB (Red+Green+Blue) = 4+86+123=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #04567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04567B is #FBA984. Grayscale: #414141. Windows color (decimal): -16492933 or 8082948. OLE color: 8082948.
HSL color Cylindrical-coordinate representation of color #04567B: hue angle of 198.66º 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 #04567B is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 86 | 123 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.52 |
| HSL | 198.66º | 0.94% | 0.25% | - |
| HSV(B) | 198.66º | 0.97% | 0.48% | - |
| XYZ | 6.95 | 8.11 | 19.94 | - |
| YUV | 65.7 | 160.33 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 123 | 0.97 | 0.30 | 0 | 0.52 | 198.66 | 0.94 | 0.25 |
| Hex | 4 | 56 | 7B | 61 | 1E | 0 | 34 | C7 | 5E | 19 |
| Octal | 4 | 126 | 173 | 141 | 36 | 0 | 64 | 307 | 136 | 31 |
| Binary | 100 | 1010110 | 1111011 | 1100001 | 11110 | 0 | 110100 | 11000111 | 1011110 | 11001 |
Color Harmonies of #04567B
Complementary color
Monochromatic Colors of #04567B
Black with #04567B
Text Example
Text Example
White with #04567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04567B; }
p { color: rgb(4,86,123); }
H1.HeaderClassName
{
color: #04567B;
}
.AnyTagClassName
{
color: #04567B;
}
</style>
background-color css
<style>
a { background-color: #04567B; }
a { background-color: rgb(4,86,123); }
div.DivClassName
{
background-color: #04567B;
}
.BgClassName
{
background-color: #04567B;
}
</style>
border-color css
<style>
span { border-color: #04567B; }
span { border-color: rgb(4,86,123); }
td.TdClassName
{
border-color: #04567B;
}
.TagClassName
{
border-color: #04567B;
}
</style>