Shades of Medium Blue #0D14CB
Tints of Medium Blue #0D14CB
RGB
CMYK
RGB Variations
Color information
#0D14CB (or 0x0D14CB) is known color: Medium Blue. HEX triplet: 0D, 14 and CB. RGB value is (13,20,203). Sum of RGB (Red+Green+Blue) = 13+20+203=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D14CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D14CB is #F2EB34. Grayscale: #262626. Windows color (decimal): -15919925 or 13308941. OLE color: 13308941.
HSL color Cylindrical-coordinate representation of color #0D14CB: hue angle of 237.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D14CB is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 20 | 203 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.20 |
| HSL | 237.79º | 0.88% | 0.42% | - |
| HSV(B) | 237.79º | 0.94% | 0.8% | - |
| XYZ | 11.2 | 4.9 | 56.86 | - |
| YUV | 38.77 | 220.68 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 203 | 0.94 | 0.90 | 0 | 0.20 | 237.79 | 0.88 | 0.42 |
| Hex | D | 14 | CB | 5E | 5A | 0 | 14 | EE | 58 | 2A |
| Octal | 15 | 24 | 313 | 136 | 132 | 0 | 24 | 356 | 130 | 52 |
| Binary | 1101 | 10100 | 11001011 | 1011110 | 1011010 | 0 | 10100 | 11101110 | 1011000 | 101010 |
Color Harmonies of #0D14CB
Complementary color
Monochromatic Colors of #0D14CB
Black with #0D14CB
Text Example
Text Example
White with #0D14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D14CB; }
p { color: rgb(13,20,203); }
H1.HeaderClassName
{
color: #0D14CB;
}
.AnyTagClassName
{
color: #0D14CB;
}
</style>
background-color css
<style>
a { background-color: #0D14CB; }
a { background-color: rgb(13,20,203); }
div.DivClassName
{
background-color: #0D14CB;
}
.BgClassName
{
background-color: #0D14CB;
}
</style>
border-color css
<style>
span { border-color: #0D14CB; }
span { border-color: rgb(13,20,203); }
td.TdClassName
{
border-color: #0D14CB;
}
.TagClassName
{
border-color: #0D14CB;
}
</style>