Shades of Medium Blue #0D16CB
Tints of Medium Blue #0D16CB
RGB
CMYK
RGB Variations
Color information
#0D16CB (or 0x0D16CB) is known color: Medium Blue. HEX triplet: 0D, 16 and CB. RGB value is (13,22,203). Sum of RGB (Red+Green+Blue) = 13+22+203=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D16CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D16CB is #F2E934. Grayscale: #272727. Windows color (decimal): -15919413 or 13309453. OLE color: 13309453.
HSL color Cylindrical-coordinate representation of color #0D16CB: hue angle of 237.16º 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 #0D16CB is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 22 | 203 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.20 |
| HSL | 237.16º | 0.88% | 0.42% | - |
| HSV(B) | 237.16º | 0.94% | 0.8% | - |
| XYZ | 11.23 | 4.97 | 56.87 | - |
| YUV | 39.94 | 220.02 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 203 | 0.94 | 0.89 | 0 | 0.20 | 237.16 | 0.88 | 0.42 |
| Hex | D | 16 | CB | 5E | 59 | 0 | 14 | ED | 58 | 2A |
| Octal | 15 | 26 | 313 | 136 | 131 | 0 | 24 | 355 | 130 | 52 |
| Binary | 1101 | 10110 | 11001011 | 1011110 | 1011001 | 0 | 10100 | 11101101 | 1011000 | 101010 |
Color Harmonies of #0D16CB
Complementary color
Monochromatic Colors of #0D16CB
Black with #0D16CB
Text Example
Text Example
White with #0D16CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D16CB; }
p { color: rgb(13,22,203); }
H1.HeaderClassName
{
color: #0D16CB;
}
.AnyTagClassName
{
color: #0D16CB;
}
</style>
background-color css
<style>
a { background-color: #0D16CB; }
a { background-color: rgb(13,22,203); }
div.DivClassName
{
background-color: #0D16CB;
}
.BgClassName
{
background-color: #0D16CB;
}
</style>
border-color css
<style>
span { border-color: #0D16CB; }
span { border-color: rgb(13,22,203); }
td.TdClassName
{
border-color: #0D16CB;
}
.TagClassName
{
border-color: #0D16CB;
}
</style>