Shades of Dark Cerulean #05418C
Tints of Dark Cerulean #05418C
RGB
CMYK
RGB Variations
Color information
#05418C (or 0x05418C) is known color: Dark Cerulean. HEX triplet: 05, 41 and 8C. RGB value is (5,65,140). Sum of RGB (Red+Green+Blue) = 5+65+140=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #05418C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05418C is #FABE73. Grayscale: #373737. Windows color (decimal): -16432756 or 9191685. OLE color: 9191685.
HSL color Cylindrical-coordinate representation of color #05418C: hue angle of 213.33º 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 #05418C is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 65 | 140 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.45 |
| HSL | 213.33º | 0.93% | 0.28% | - |
| HSV(B) | 213.33º | 0.96% | 0.55% | - |
| XYZ | 6.69 | 5.71 | 25.56 | - |
| YUV | 55.61 | 175.62 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 140 | 0.96 | 0.54 | 0 | 0.45 | 213.33 | 0.93 | 0.28 |
| Hex | 5 | 41 | 8C | 60 | 36 | 0 | 2D | D5 | 5D | 1C |
| Octal | 5 | 101 | 214 | 140 | 66 | 0 | 55 | 325 | 135 | 34 |
| Binary | 101 | 1000001 | 10001100 | 1100000 | 110110 | 0 | 101101 | 11010101 | 1011101 | 11100 |
Color Harmonies of #05418C
Complementary color
Monochromatic Colors of #05418C
Black with #05418C
Text Example
Text Example
White with #05418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05418C; }
p { color: rgb(5,65,140); }
H1.HeaderClassName
{
color: #05418C;
}
.AnyTagClassName
{
color: #05418C;
}
</style>
background-color css
<style>
a { background-color: #05418C; }
a { background-color: rgb(5,65,140); }
div.DivClassName
{
background-color: #05418C;
}
.BgClassName
{
background-color: #05418C;
}
</style>
border-color css
<style>
span { border-color: #05418C; }
span { border-color: rgb(5,65,140); }
td.TdClassName
{
border-color: #05418C;
}
.TagClassName
{
border-color: #05418C;
}
</style>