Shades of Dark Cerulean #0D486A
Tints of Dark Cerulean #0D486A
RGB
CMYK
RGB Variations
Color information
#0D486A (or 0x0D486A) is known color: Dark Cerulean. HEX triplet: 0D, 48 and 6A. RGB value is (13,72,106). Sum of RGB (Red+Green+Blue) = 13+72+106=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D486A is #F2B795. Grayscale: #3A3A3A. Windows color (decimal): -15906710 or 6965261. OLE color: 6965261.
HSL color Cylindrical-coordinate representation of color #0D486A: hue angle of 201.94º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D486A is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 72 | 106 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.58 |
| HSL | 201.94º | 0.78% | 0.23% | - |
| HSV(B) | 201.94º | 0.88% | 0.42% | - |
| XYZ | 5.08 | 5.76 | 14.48 | - |
| YUV | 58.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 106 | 0.88 | 0.32 | 0 | 0.58 | 201.94 | 0.78 | 0.23 |
| Hex | D | 48 | 6A | 58 | 20 | 0 | 3A | CA | 4E | 17 |
| Octal | 15 | 110 | 152 | 130 | 40 | 0 | 72 | 312 | 116 | 27 |
| Binary | 1101 | 1001000 | 1101010 | 1011000 | 100000 | 0 | 111010 | 11001010 | 1001110 | 10111 |
Color Harmonies of #0D486A
Complementary color
Monochromatic Colors of #0D486A
Black with #0D486A
Text Example
Text Example
White with #0D486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D486A; }
p { color: rgb(13,72,106); }
H1.HeaderClassName
{
color: #0D486A;
}
.AnyTagClassName
{
color: #0D486A;
}
</style>
background-color css
<style>
a { background-color: #0D486A; }
a { background-color: rgb(13,72,106); }
div.DivClassName
{
background-color: #0D486A;
}
.BgClassName
{
background-color: #0D486A;
}
</style>
border-color css
<style>
span { border-color: #0D486A; }
span { border-color: rgb(13,72,106); }
td.TdClassName
{
border-color: #0D486A;
}
.TagClassName
{
border-color: #0D486A;
}
</style>