Shades of Dark Cerulean #06418C
Tints of Dark Cerulean #06418C
RGB
CMYK
RGB Variations
Color information
#06418C (or 0x06418C) is known color: Dark Cerulean. HEX triplet: 06, 41 and 8C. RGB value is (6,65,140). Sum of RGB (Red+Green+Blue) = 6+65+140=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #06418C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06418C is #F9BE73. Grayscale: #373737. Windows color (decimal): -16367220 or 9191686. OLE color: 9191686.
HSL color Cylindrical-coordinate representation of color #06418C: hue angle of 213.58º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06418C is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 65 | 140 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.45 |
| HSL | 213.58º | 0.92% | 0.29% | - |
| HSV(B) | 213.58º | 0.96% | 0.55% | - |
| XYZ | 6.7 | 5.71 | 25.56 | - |
| YUV | 55.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 140 | 0.96 | 0.54 | 0 | 0.45 | 213.58 | 0.92 | 0.29 |
| Hex | 6 | 41 | 8C | 60 | 36 | 0 | 2D | D6 | 5C | 1D |
| Octal | 6 | 101 | 214 | 140 | 66 | 0 | 55 | 326 | 134 | 35 |
| Binary | 110 | 1000001 | 10001100 | 1100000 | 110110 | 0 | 101101 | 11010110 | 1011100 | 11101 |
Color Harmonies of #06418C
Complementary color
Monochromatic Colors of #06418C
Black with #06418C
Text Example
Text Example
White with #06418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06418C; }
p { color: rgb(6,65,140); }
H1.HeaderClassName
{
color: #06418C;
}
.AnyTagClassName
{
color: #06418C;
}
</style>
background-color css
<style>
a { background-color: #06418C; }
a { background-color: rgb(6,65,140); }
div.DivClassName
{
background-color: #06418C;
}
.BgClassName
{
background-color: #06418C;
}
</style>
border-color css
<style>
span { border-color: #06418C; }
span { border-color: rgb(6,65,140); }
td.TdClassName
{
border-color: #06418C;
}
.TagClassName
{
border-color: #06418C;
}
</style>