Shades of Dark Cerulean #05408C
Tints of Dark Cerulean #05408C
RGB
CMYK
RGB Variations
Color information
#05408C (or 0x05408C) is known color: Dark Cerulean. HEX triplet: 05, 40 and 8C. RGB value is (5,64,140). Sum of RGB (Red+Green+Blue) = 5+64+140=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #05408C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05408C is #FABF73. Grayscale: #363636. Windows color (decimal): -16433012 or 9191429. OLE color: 9191429.
HSL color Cylindrical-coordinate representation of color #05408C: hue angle of 213.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05408C is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 64 | 140 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.45 |
| HSL | 213.78º | 0.93% | 0.28% | - |
| HSV(B) | 213.78º | 0.96% | 0.55% | - |
| XYZ | 6.63 | 5.59 | 25.54 | - |
| YUV | 55.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 140 | 0.96 | 0.54 | 0 | 0.45 | 213.78 | 0.93 | 0.28 |
| Hex | 5 | 40 | 8C | 60 | 36 | 0 | 2D | D6 | 5D | 1C |
| Octal | 5 | 100 | 214 | 140 | 66 | 0 | 55 | 326 | 135 | 34 |
| Binary | 101 | 1000000 | 10001100 | 1100000 | 110110 | 0 | 101101 | 11010110 | 1011101 | 11100 |
Color Harmonies of #05408C
Complementary color
Monochromatic Colors of #05408C
Black with #05408C
Text Example
Text Example
White with #05408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05408C; }
p { color: rgb(5,64,140); }
H1.HeaderClassName
{
color: #05408C;
}
.AnyTagClassName
{
color: #05408C;
}
</style>
background-color css
<style>
a { background-color: #05408C; }
a { background-color: rgb(5,64,140); }
div.DivClassName
{
background-color: #05408C;
}
.BgClassName
{
background-color: #05408C;
}
</style>
border-color css
<style>
span { border-color: #05408C; }
span { border-color: rgb(5,64,140); }
td.TdClassName
{
border-color: #05408C;
}
.TagClassName
{
border-color: #05408C;
}
</style>