Shades of Medium Blue #010DBD
Tints of Medium Blue #010DBD
RGB
CMYK
RGB Variations
Color information
#010DBD (or 0x010DBD) is known color: Medium Blue. HEX triplet: 01, 0D and BD. RGB value is (1,13,189). Sum of RGB (Red+Green+Blue) = 1+13+189=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 189 (74.22% from 255 or 93.10% from 203); Max value from RGB is 189 - color contains mainly: blue. Hex color #010DBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DBD is #FEF242. Grayscale: #1C1C1C. Windows color (decimal): -16708163 or 12389633. OLE color: 12389633.
HSL color Cylindrical-coordinate representation of color #010DBD: hue angle of 236.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DBD is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 13 | 189 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.26 |
| HSL | 236.17º | 0.99% | 0.37% | - |
| HSV(B) | 236.17º | 0.99% | 0.74% | - |
| XYZ | 9.34 | 3.97 | 48.42 | - |
| YUV | 29.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 189 | 0.99 | 0.93 | 0 | 0.26 | 236.17 | 0.99 | 0.37 |
| Hex | 1 | D | BD | 63 | 5D | 0 | 1A | EC | 63 | 25 |
| Octal | 1 | 15 | 275 | 143 | 135 | 0 | 32 | 354 | 143 | 45 |
| Binary | 1 | 1101 | 10111101 | 1100011 | 1011101 | 0 | 11010 | 11101100 | 1100011 | 100101 |
Color Harmonies of #010DBD
Complementary color
Monochromatic Colors of #010DBD
Black with #010DBD
Text Example
Text Example
White with #010DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DBD; }
p { color: rgb(1,13,189); }
H1.HeaderClassName
{
color: #010DBD;
}
.AnyTagClassName
{
color: #010DBD;
}
</style>
background-color css
<style>
a { background-color: #010DBD; }
a { background-color: rgb(1,13,189); }
div.DivClassName
{
background-color: #010DBD;
}
.BgClassName
{
background-color: #010DBD;
}
</style>
border-color css
<style>
span { border-color: #010DBD; }
span { border-color: rgb(1,13,189); }
td.TdClassName
{
border-color: #010DBD;
}
.TagClassName
{
border-color: #010DBD;
}
</style>