Shades of Medium Blue #0D1ABC
Tints of Medium Blue #0D1ABC
RGB
CMYK
RGB Variations
Color information
#0D1ABC (or 0x0D1ABC) is known color: Medium Blue. HEX triplet: 0D, 1A and BC. RGB value is (13,26,188). Sum of RGB (Red+Green+Blue) = 13+26+188=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D1ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1ABC is #F2E543. Grayscale: #272727. Windows color (decimal): -15918404 or 12327437. OLE color: 12327437.
HSL color Cylindrical-coordinate representation of color #0D1ABC: hue angle of 235.54º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1ABC is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 26 | 188 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.26 |
| HSL | 235.54º | 0.87% | 0.39% | - |
| HSV(B) | 235.54º | 0.93% | 0.74% | - |
| XYZ | 9.61 | 4.46 | 47.93 | - |
| YUV | 40.58 | 211.19 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 188 | 0.93 | 0.86 | 0 | 0.26 | 235.54 | 0.87 | 0.39 |
| Hex | D | 1A | BC | 5D | 56 | 0 | 1A | EC | 57 | 27 |
| Octal | 15 | 32 | 274 | 135 | 126 | 0 | 32 | 354 | 127 | 47 |
| Binary | 1101 | 11010 | 10111100 | 1011101 | 1010110 | 0 | 11010 | 11101100 | 1010111 | 100111 |
Color Harmonies of #0D1ABC
Complementary color
Monochromatic Colors of #0D1ABC
Black with #0D1ABC
Text Example
Text Example
White with #0D1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1ABC; }
p { color: rgb(13,26,188); }
H1.HeaderClassName
{
color: #0D1ABC;
}
.AnyTagClassName
{
color: #0D1ABC;
}
</style>
background-color css
<style>
a { background-color: #0D1ABC; }
a { background-color: rgb(13,26,188); }
div.DivClassName
{
background-color: #0D1ABC;
}
.BgClassName
{
background-color: #0D1ABC;
}
</style>
border-color css
<style>
span { border-color: #0D1ABC; }
span { border-color: rgb(13,26,188); }
td.TdClassName
{
border-color: #0D1ABC;
}
.TagClassName
{
border-color: #0D1ABC;
}
</style>