Shades of Dark Cerulean #054B70
Tints of Dark Cerulean #054B70
RGB
CMYK
RGB Variations
Color information
#054B70 (or 0x054B70) is known color: Dark Cerulean. HEX triplet: 05, 4B and 70. RGB value is (5,75,112). Sum of RGB (Red+Green+Blue) = 5+75+112=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #054B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B70 is #FAB48F. Grayscale: #3A3A3A. Windows color (decimal): -16430224 or 7359237. OLE color: 7359237.
HSL color Cylindrical-coordinate representation of color #054B70: hue angle of 200.75º degrees, saturation: 0.91, 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 #054B70 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 75 | 112 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.56 |
| HSL | 200.75º | 0.91% | 0.23% | - |
| HSV(B) | 200.75º | 0.96% | 0.44% | - |
| XYZ | 5.5 | 6.23 | 16.24 | - |
| YUV | 58.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 112 | 0.96 | 0.33 | 0 | 0.56 | 200.75 | 0.91 | 0.23 |
| Hex | 5 | 4B | 70 | 60 | 21 | 0 | 38 | C9 | 5B | 17 |
| Octal | 5 | 113 | 160 | 140 | 41 | 0 | 70 | 311 | 133 | 27 |
| Binary | 101 | 1001011 | 1110000 | 1100000 | 100001 | 0 | 111000 | 11001001 | 1011011 | 10111 |
Color Harmonies of #054B70
Complementary color
Monochromatic Colors of #054B70
Black with #054B70
Text Example
Text Example
White with #054B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B70; }
p { color: rgb(5,75,112); }
H1.HeaderClassName
{
color: #054B70;
}
.AnyTagClassName
{
color: #054B70;
}
</style>
background-color css
<style>
a { background-color: #054B70; }
a { background-color: rgb(5,75,112); }
div.DivClassName
{
background-color: #054B70;
}
.BgClassName
{
background-color: #054B70;
}
</style>
border-color css
<style>
span { border-color: #054B70; }
span { border-color: rgb(5,75,112); }
td.TdClassName
{
border-color: #054B70;
}
.TagClassName
{
border-color: #054B70;
}
</style>