Shades of Medium Blue #010DCB
Tints of Medium Blue #010DCB
RGB
CMYK
RGB Variations
Color information
#010DCB (or 0x010DCB) is known color: Medium Blue. HEX triplet: 01, 0D and CB. RGB value is (1,13,203). Sum of RGB (Red+Green+Blue) = 1+13+203=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 203 (79.69% from 255 or 93.55% from 217); Max value from RGB is 203 - color contains mainly: blue. Hex color #010DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DCB is #FEF234. Grayscale: #1E1E1E. Windows color (decimal): -16708149 or 13307137. OLE color: 13307137.
HSL color Cylindrical-coordinate representation of color #010DCB: hue angle of 236.44º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010DCB is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 13 | 203 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.20 |
| HSL | 236.44º | 0.99% | 0.4% | - |
| HSV(B) | 236.44º | 1% | 0.8% | - |
| XYZ | 10.94 | 4.61 | 56.81 | - |
| YUV | 31.07 | 225.02 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 203 | 1.00 | 0.94 | 0 | 0.20 | 236.44 | 0.99 | 0.4 |
| Hex | 1 | D | CB | 64 | 5E | 0 | 14 | EC | 63 | 28 |
| Octal | 1 | 15 | 313 | 144 | 136 | 0 | 24 | 354 | 143 | 50 |
| Binary | 1 | 1101 | 11001011 | 1100100 | 1011110 | 0 | 10100 | 11101100 | 1100011 | 101000 |
Color Harmonies of #010DCB
Complementary color
Monochromatic Colors of #010DCB
Black with #010DCB
Text Example
Text Example
White with #010DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DCB; }
p { color: rgb(1,13,203); }
H1.HeaderClassName
{
color: #010DCB;
}
.AnyTagClassName
{
color: #010DCB;
}
</style>
background-color css
<style>
a { background-color: #010DCB; }
a { background-color: rgb(1,13,203); }
div.DivClassName
{
background-color: #010DCB;
}
.BgClassName
{
background-color: #010DCB;
}
</style>
border-color css
<style>
span { border-color: #010DCB; }
span { border-color: rgb(1,13,203); }
td.TdClassName
{
border-color: #010DCB;
}
.TagClassName
{
border-color: #010DCB;
}
</style>