Shades of Medium Blue #0D0BC8
Tints of Medium Blue #0D0BC8
RGB
CMYK
RGB Variations
Color information
#0D0BC8 (or 0x0D0BC8) is known color: Medium Blue. HEX triplet: 0D, 0B and C8. RGB value is (13,11,200). Sum of RGB (Red+Green+Blue) = 13+11+200=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 200 (78.52% from 255 or 89.29% from 224); Max value from RGB is 200 - color contains mainly: blue. Hex color #0D0BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0BC8 is #F2F437. Grayscale: #202020. Windows color (decimal): -15922232 or 13110029. OLE color: 13110029.
HSL color Cylindrical-coordinate representation of color #0D0BC8: hue angle of 240.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0BC8 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 11 | 200 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.22 |
| HSL | 240.63º | 0.9% | 0.41% | - |
| HSV(B) | 240.63º | 0.95% | 0.78% | - |
| XYZ | 10.71 | 4.5 | 54.95 | - |
| YUV | 33.14 | 222.16 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 200 | 0.94 | 0.94 | 0 | 0.22 | 240.63 | 0.9 | 0.41 |
| Hex | D | B | C8 | 5E | 5E | 0 | 16 | F1 | 5A | 29 |
| Octal | 15 | 13 | 310 | 136 | 136 | 0 | 26 | 361 | 132 | 51 |
| Binary | 1101 | 1011 | 11001000 | 1011110 | 1011110 | 0 | 10110 | 11110001 | 1011010 | 101001 |
Color Harmonies of #0D0BC8
Complementary color
Monochromatic Colors of #0D0BC8
Black with #0D0BC8
Text Example
Text Example
White with #0D0BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0BC8; }
p { color: rgb(13,11,200); }
H1.HeaderClassName
{
color: #0D0BC8;
}
.AnyTagClassName
{
color: #0D0BC8;
}
</style>
background-color css
<style>
a { background-color: #0D0BC8; }
a { background-color: rgb(13,11,200); }
div.DivClassName
{
background-color: #0D0BC8;
}
.BgClassName
{
background-color: #0D0BC8;
}
</style>
border-color css
<style>
span { border-color: #0D0BC8; }
span { border-color: rgb(13,11,200); }
td.TdClassName
{
border-color: #0D0BC8;
}
.TagClassName
{
border-color: #0D0BC8;
}
</style>