Shades of Dark Cerulean #054E70
Tints of Dark Cerulean #054E70
RGB
CMYK
RGB Variations
Color information
#054E70 (or 0x054E70) is known color: Dark Cerulean. HEX triplet: 05, 4E and 70. RGB value is (5,78,112). Sum of RGB (Red+Green+Blue) = 5+78+112=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #054E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E70 is #FAB18F. Grayscale: #3B3B3B. Windows color (decimal): -16429456 or 7360005. OLE color: 7360005.
HSL color Cylindrical-coordinate representation of color #054E70: hue angle of 199.07º 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 #054E70 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 78 | 112 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.56 |
| HSL | 199.07º | 0.91% | 0.23% | - |
| HSV(B) | 199.07º | 0.96% | 0.44% | - |
| XYZ | 5.71 | 6.65 | 16.31 | - |
| YUV | 60.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 112 | 0.96 | 0.30 | 0 | 0.56 | 199.07 | 0.91 | 0.23 |
| Hex | 5 | 4E | 70 | 60 | 1E | 0 | 38 | C7 | 5B | 17 |
| Octal | 5 | 116 | 160 | 140 | 36 | 0 | 70 | 307 | 133 | 27 |
| Binary | 101 | 1001110 | 1110000 | 1100000 | 11110 | 0 | 111000 | 11000111 | 1011011 | 10111 |
Color Harmonies of #054E70
Complementary color
Monochromatic Colors of #054E70
Black with #054E70
Text Example
Text Example
White with #054E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E70; }
p { color: rgb(5,78,112); }
H1.HeaderClassName
{
color: #054E70;
}
.AnyTagClassName
{
color: #054E70;
}
</style>
background-color css
<style>
a { background-color: #054E70; }
a { background-color: rgb(5,78,112); }
div.DivClassName
{
background-color: #054E70;
}
.BgClassName
{
background-color: #054E70;
}
</style>
border-color css
<style>
span { border-color: #054E70; }
span { border-color: rgb(5,78,112); }
td.TdClassName
{
border-color: #054E70;
}
.TagClassName
{
border-color: #054E70;
}
</style>