Shades of Dark Cerulean #0D466C
Tints of Dark Cerulean #0D466C
RGB
CMYK
RGB Variations
Color information
#0D466C (or 0x0D466C) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 6C. RGB value is (13,70,108). Sum of RGB (Red+Green+Blue) = 13+70+108=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D466C is #F2B993. Grayscale: #393939. Windows color (decimal): -15907220 or 7095821. OLE color: 7095821.
HSL color Cylindrical-coordinate representation of color #0D466C: hue angle of 204º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D466C is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 70 | 108 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.58 |
| HSL | 204º | 0.79% | 0.24% | - |
| HSV(B) | 204º | 0.88% | 0.42% | - |
| XYZ | 5.06 | 5.55 | 14.99 | - |
| YUV | 57.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 108 | 0.88 | 0.35 | 0 | 0.58 | 204 | 0.79 | 0.24 |
| Hex | D | 46 | 6C | 58 | 23 | 0 | 3A | CC | 4F | 18 |
| Octal | 15 | 106 | 154 | 130 | 43 | 0 | 72 | 314 | 117 | 30 |
| Binary | 1101 | 1000110 | 1101100 | 1011000 | 100011 | 0 | 111010 | 11001100 | 1001111 | 11000 |
Color Harmonies of #0D466C
Complementary color
Monochromatic Colors of #0D466C
Black with #0D466C
Text Example
Text Example
White with #0D466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D466C; }
p { color: rgb(13,70,108); }
H1.HeaderClassName
{
color: #0D466C;
}
.AnyTagClassName
{
color: #0D466C;
}
</style>
background-color css
<style>
a { background-color: #0D466C; }
a { background-color: rgb(13,70,108); }
div.DivClassName
{
background-color: #0D466C;
}
.BgClassName
{
background-color: #0D466C;
}
</style>
border-color css
<style>
span { border-color: #0D466C; }
span { border-color: rgb(13,70,108); }
td.TdClassName
{
border-color: #0D466C;
}
.TagClassName
{
border-color: #0D466C;
}
</style>