Shades of Medium Blue #0D1BBD
Tints of Medium Blue #0D1BBD
RGB
CMYK
RGB Variations
Color information
#0D1BBD (or 0x0D1BBD) is known color: Medium Blue. HEX triplet: 0D, 1B and BD. RGB value is (13,27,189). Sum of RGB (Red+Green+Blue) = 13+27+189=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D1BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1BBD is #F2E442. Grayscale: #282828. Windows color (decimal): -15918147 or 12393229. OLE color: 12393229.
HSL color Cylindrical-coordinate representation of color #0D1BBD: hue angle of 235.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1BBD is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 27 | 189 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.26 |
| HSL | 235.23º | 0.87% | 0.4% | - |
| HSV(B) | 235.23º | 0.93% | 0.74% | - |
| XYZ | 9.74 | 4.54 | 48.51 | - |
| YUV | 41.28 | 211.36 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 189 | 0.93 | 0.86 | 0 | 0.26 | 235.23 | 0.87 | 0.4 |
| Hex | D | 1B | BD | 5D | 56 | 0 | 1A | EB | 57 | 28 |
| Octal | 15 | 33 | 275 | 135 | 126 | 0 | 32 | 353 | 127 | 50 |
| Binary | 1101 | 11011 | 10111101 | 1011101 | 1010110 | 0 | 11010 | 11101011 | 1010111 | 101000 |
Color Harmonies of #0D1BBD
Complementary color
Monochromatic Colors of #0D1BBD
Black with #0D1BBD
Text Example
Text Example
White with #0D1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1BBD; }
p { color: rgb(13,27,189); }
H1.HeaderClassName
{
color: #0D1BBD;
}
.AnyTagClassName
{
color: #0D1BBD;
}
</style>
background-color css
<style>
a { background-color: #0D1BBD; }
a { background-color: rgb(13,27,189); }
div.DivClassName
{
background-color: #0D1BBD;
}
.BgClassName
{
background-color: #0D1BBD;
}
</style>
border-color css
<style>
span { border-color: #0D1BBD; }
span { border-color: rgb(13,27,189); }
td.TdClassName
{
border-color: #0D1BBD;
}
.TagClassName
{
border-color: #0D1BBD;
}
</style>