Shades of Dark Cerulean #054286
Tints of Dark Cerulean #054286
RGB
CMYK
RGB Variations
Color information
#054286 (or 0x054286) is known color: Dark Cerulean. HEX triplet: 05, 42 and 86. RGB value is (5,66,134). Sum of RGB (Red+Green+Blue) = 5+66+134=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #054286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054286 is #FABD79. Grayscale: #373737. Windows color (decimal): -16432506 or 8798725. OLE color: 8798725.
HSL color Cylindrical-coordinate representation of color #054286: hue angle of 211.63º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054286 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 66 | 134 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.47 |
| HSL | 211.63º | 0.93% | 0.27% | - |
| HSV(B) | 211.63º | 0.96% | 0.53% | - |
| XYZ | 6.31 | 5.65 | 23.31 | - |
| YUV | 55.51 | 172.29 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 134 | 0.96 | 0.51 | 0 | 0.47 | 211.63 | 0.93 | 0.27 |
| Hex | 5 | 42 | 86 | 60 | 33 | 0 | 2F | D4 | 5D | 1B |
| Octal | 5 | 102 | 206 | 140 | 63 | 0 | 57 | 324 | 135 | 33 |
| Binary | 101 | 1000010 | 10000110 | 1100000 | 110011 | 0 | 101111 | 11010100 | 1011101 | 11011 |
Color Harmonies of #054286
Complementary color
Monochromatic Colors of #054286
Black with #054286
Text Example
Text Example
White with #054286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054286; }
p { color: rgb(5,66,134); }
H1.HeaderClassName
{
color: #054286;
}
.AnyTagClassName
{
color: #054286;
}
</style>
background-color css
<style>
a { background-color: #054286; }
a { background-color: rgb(5,66,134); }
div.DivClassName
{
background-color: #054286;
}
.BgClassName
{
background-color: #054286;
}
</style>
border-color css
<style>
span { border-color: #054286; }
span { border-color: rgb(5,66,134); }
td.TdClassName
{
border-color: #054286;
}
.TagClassName
{
border-color: #054286;
}
</style>