Shades of Dark Cerulean #054F70
Tints of Dark Cerulean #054F70
RGB
CMYK
RGB Variations
Color information
#054F70 (or 0x054F70) is known color: Dark Cerulean. HEX triplet: 05, 4F and 70. RGB value is (5,79,112). Sum of RGB (Red+Green+Blue) = 5+79+112=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #054F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F70 is #FAB08F. Grayscale: #3C3C3C. Windows color (decimal): -16429200 or 7360261. OLE color: 7360261.
HSL color Cylindrical-coordinate representation of color #054F70: hue angle of 198.5º 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 #054F70 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 79 | 112 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.56 |
| HSL | 198.5º | 0.91% | 0.23% | - |
| HSV(B) | 198.5º | 0.96% | 0.44% | - |
| XYZ | 5.78 | 6.79 | 16.34 | - |
| YUV | 60.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 112 | 0.96 | 0.29 | 0 | 0.56 | 198.5 | 0.91 | 0.23 |
| Hex | 5 | 4F | 70 | 60 | 1D | 0 | 38 | C7 | 5B | 17 |
| Octal | 5 | 117 | 160 | 140 | 35 | 0 | 70 | 307 | 133 | 27 |
| Binary | 101 | 1001111 | 1110000 | 1100000 | 11101 | 0 | 111000 | 11000111 | 1011011 | 10111 |
Color Harmonies of #054F70
Complementary color
Monochromatic Colors of #054F70
Black with #054F70
Text Example
Text Example
White with #054F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F70; }
p { color: rgb(5,79,112); }
H1.HeaderClassName
{
color: #054F70;
}
.AnyTagClassName
{
color: #054F70;
}
</style>
background-color css
<style>
a { background-color: #054F70; }
a { background-color: rgb(5,79,112); }
div.DivClassName
{
background-color: #054F70;
}
.BgClassName
{
background-color: #054F70;
}
</style>
border-color css
<style>
span { border-color: #054F70; }
span { border-color: rgb(5,79,112); }
td.TdClassName
{
border-color: #054F70;
}
.TagClassName
{
border-color: #054F70;
}
</style>