Shades of Medium Blue #0D0CDB
Tints of Medium Blue #0D0CDB
RGB
CMYK
RGB Variations
Color information
#0D0CDB (or 0x0D0CDB) is known color: Medium Blue. HEX triplet: 0D, 0C and DB. RGB value is (13,12,219). Sum of RGB (Red+Green+Blue) = 13+12+219=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D0CDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0CDB is #F2F324. Grayscale: #232323. Windows color (decimal): -15921957 or 14355469. OLE color: 14355469.
HSL color Cylindrical-coordinate representation of color #0D0CDB: hue angle of 240.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0CDB is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 12 | 219 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.14 |
| HSL | 240.29º | 0.9% | 0.45% | - |
| HSV(B) | 240.29º | 0.95% | 0.86% | - |
| XYZ | 13.08 | 5.46 | 67.38 | - |
| YUV | 35.9 | 231.33 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 219 | 0.94 | 0.95 | 0 | 0.14 | 240.29 | 0.9 | 0.45 |
| Hex | D | C | DB | 5E | 5F | 0 | E | F0 | 5A | 2D |
| Octal | 15 | 14 | 333 | 136 | 137 | 0 | 16 | 360 | 132 | 55 |
| Binary | 1101 | 1100 | 11011011 | 1011110 | 1011111 | 0 | 1110 | 11110000 | 1011010 | 101101 |
Color Harmonies of #0D0CDB
Complementary color
Monochromatic Colors of #0D0CDB
Black with #0D0CDB
Text Example
Text Example
White with #0D0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0CDB; }
p { color: rgb(13,12,219); }
H1.HeaderClassName
{
color: #0D0CDB;
}
.AnyTagClassName
{
color: #0D0CDB;
}
</style>
background-color css
<style>
a { background-color: #0D0CDB; }
a { background-color: rgb(13,12,219); }
div.DivClassName
{
background-color: #0D0CDB;
}
.BgClassName
{
background-color: #0D0CDB;
}
</style>
border-color css
<style>
span { border-color: #0D0CDB; }
span { border-color: rgb(13,12,219); }
td.TdClassName
{
border-color: #0D0CDB;
}
.TagClassName
{
border-color: #0D0CDB;
}
</style>