Shades of Dark Cerulean #05408B
Tints of Dark Cerulean #05408B
RGB
CMYK
RGB Variations
Color information
#05408B (or 0x05408B) is known color: Dark Cerulean. HEX triplet: 05, 40 and 8B. RGB value is (5,64,139). Sum of RGB (Red+Green+Blue) = 5+64+139=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #05408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05408B is #FABF74. Grayscale: #363636. Windows color (decimal): -16433013 or 9125893. OLE color: 9125893.
HSL color Cylindrical-coordinate representation of color #05408B: hue angle of 213.58º 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 #05408B is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 64 | 139 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.45 |
| HSL | 213.58º | 0.93% | 0.28% | - |
| HSV(B) | 213.58º | 0.96% | 0.55% | - |
| XYZ | 6.56 | 5.56 | 25.15 | - |
| YUV | 54.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 139 | 0.96 | 0.54 | 0 | 0.45 | 213.58 | 0.93 | 0.28 |
| Hex | 5 | 40 | 8B | 60 | 36 | 0 | 2D | D6 | 5D | 1C |
| Octal | 5 | 100 | 213 | 140 | 66 | 0 | 55 | 326 | 135 | 34 |
| Binary | 101 | 1000000 | 10001011 | 1100000 | 110110 | 0 | 101101 | 11010110 | 1011101 | 11100 |
Color Harmonies of #05408B
Complementary color
Monochromatic Colors of #05408B
Black with #05408B
Text Example
Text Example
White with #05408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05408B; }
p { color: rgb(5,64,139); }
H1.HeaderClassName
{
color: #05408B;
}
.AnyTagClassName
{
color: #05408B;
}
</style>
background-color css
<style>
a { background-color: #05408B; }
a { background-color: rgb(5,64,139); }
div.DivClassName
{
background-color: #05408B;
}
.BgClassName
{
background-color: #05408B;
}
</style>
border-color css
<style>
span { border-color: #05408B; }
span { border-color: rgb(5,64,139); }
td.TdClassName
{
border-color: #05408B;
}
.TagClassName
{
border-color: #05408B;
}
</style>