Shades of Medium Blue #0D1ABB
Tints of Medium Blue #0D1ABB
RGB
CMYK
RGB Variations
Color information
#0D1ABB (or 0x0D1ABB) is known color: Medium Blue. HEX triplet: 0D, 1A and BB. RGB value is (13,26,187). Sum of RGB (Red+Green+Blue) = 13+26+187=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 187 (73.44% from 255 or 82.74% from 226); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D1ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1ABB is #F2E544. Grayscale: #272727. Windows color (decimal): -15918405 or 12261901. OLE color: 12261901.
HSL color Cylindrical-coordinate representation of color #0D1ABB: hue angle of 235.52º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1ABB is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 26 | 187 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.27 |
| HSL | 235.52º | 0.87% | 0.39% | - |
| HSV(B) | 235.52º | 0.93% | 0.73% | - |
| XYZ | 9.51 | 4.41 | 47.36 | - |
| YUV | 40.47 | 210.69 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 187 | 0.93 | 0.86 | 0 | 0.27 | 235.52 | 0.87 | 0.39 |
| Hex | D | 1A | BB | 5D | 56 | 0 | 1B | EC | 57 | 27 |
| Octal | 15 | 32 | 273 | 135 | 126 | 0 | 33 | 354 | 127 | 47 |
| Binary | 1101 | 11010 | 10111011 | 1011101 | 1010110 | 0 | 11011 | 11101100 | 1010111 | 100111 |
Color Harmonies of #0D1ABB
Complementary color
Monochromatic Colors of #0D1ABB
Black with #0D1ABB
Text Example
Text Example
White with #0D1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1ABB; }
p { color: rgb(13,26,187); }
H1.HeaderClassName
{
color: #0D1ABB;
}
.AnyTagClassName
{
color: #0D1ABB;
}
</style>
background-color css
<style>
a { background-color: #0D1ABB; }
a { background-color: rgb(13,26,187); }
div.DivClassName
{
background-color: #0D1ABB;
}
.BgClassName
{
background-color: #0D1ABB;
}
</style>
border-color css
<style>
span { border-color: #0D1ABB; }
span { border-color: rgb(13,26,187); }
td.TdClassName
{
border-color: #0D1ABB;
}
.TagClassName
{
border-color: #0D1ABB;
}
</style>