Shades of Dark Cerulean #054E8F
Tints of Dark Cerulean #054E8F
RGB
CMYK
RGB Variations
Color information
#054E8F (or 0x054E8F) is known color: Dark Cerulean. HEX triplet: 05, 4E and 8F. RGB value is (5,78,143). Sum of RGB (Red+Green+Blue) = 5+78+143=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #054E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E8F is #FAB170. Grayscale: #3F3F3F. Windows color (decimal): -16429425 or 9391621. OLE color: 9391621.
HSL color Cylindrical-coordinate representation of color #054E8F: hue angle of 208.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054E8F is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 78 | 143 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.44 |
| HSL | 208.26º | 0.93% | 0.29% | - |
| HSV(B) | 208.26º | 0.97% | 0.56% | - |
| XYZ | 7.74 | 7.46 | 27.02 | - |
| YUV | 63.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 143 | 0.97 | 0.45 | 0 | 0.44 | 208.26 | 0.93 | 0.29 |
| Hex | 5 | 4E | 8F | 61 | 2D | 0 | 2C | D0 | 5D | 1D |
| Octal | 5 | 116 | 217 | 141 | 55 | 0 | 54 | 320 | 135 | 35 |
| Binary | 101 | 1001110 | 10001111 | 1100001 | 101101 | 0 | 101100 | 11010000 | 1011101 | 11101 |
Color Harmonies of #054E8F
Complementary color
Monochromatic Colors of #054E8F
Black with #054E8F
Text Example
Text Example
White with #054E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E8F; }
p { color: rgb(5,78,143); }
H1.HeaderClassName
{
color: #054E8F;
}
.AnyTagClassName
{
color: #054E8F;
}
</style>
background-color css
<style>
a { background-color: #054E8F; }
a { background-color: rgb(5,78,143); }
div.DivClassName
{
background-color: #054E8F;
}
.BgClassName
{
background-color: #054E8F;
}
</style>
border-color css
<style>
span { border-color: #054E8F; }
span { border-color: rgb(5,78,143); }
td.TdClassName
{
border-color: #054E8F;
}
.TagClassName
{
border-color: #054E8F;
}
</style>