Shades of Medium Blue #010DBA
Tints of Medium Blue #010DBA
RGB
CMYK
RGB Variations
Color information
#010DBA (or 0x010DBA) is known color: Medium Blue. HEX triplet: 01, 0D and BA. RGB value is (1,13,186). Sum of RGB (Red+Green+Blue) = 1+13+186=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 186 (73.05% from 255 or 93% from 200); Max value from RGB is 186 - color contains mainly: blue. Hex color #010DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DBA is #FEF245. Grayscale: #1C1C1C. Windows color (decimal): -16708166 or 12193025. OLE color: 12193025.
HSL color Cylindrical-coordinate representation of color #010DBA: hue angle of 236.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DBA is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 13 | 186 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.27 |
| HSL | 236.11º | 0.99% | 0.37% | - |
| HSV(B) | 236.11º | 0.99% | 0.73% | - |
| XYZ | 9.02 | 3.84 | 46.72 | - |
| YUV | 29.13 | 216.52 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 186 | 0.99 | 0.93 | 0 | 0.27 | 236.11 | 0.99 | 0.37 |
| Hex | 1 | D | BA | 63 | 5D | 0 | 1B | EC | 63 | 25 |
| Octal | 1 | 15 | 272 | 143 | 135 | 0 | 33 | 354 | 143 | 45 |
| Binary | 1 | 1101 | 10111010 | 1100011 | 1011101 | 0 | 11011 | 11101100 | 1100011 | 100101 |
Color Harmonies of #010DBA
Complementary color
Monochromatic Colors of #010DBA
Black with #010DBA
Text Example
Text Example
White with #010DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DBA; }
p { color: rgb(1,13,186); }
H1.HeaderClassName
{
color: #010DBA;
}
.AnyTagClassName
{
color: #010DBA;
}
</style>
background-color css
<style>
a { background-color: #010DBA; }
a { background-color: rgb(1,13,186); }
div.DivClassName
{
background-color: #010DBA;
}
.BgClassName
{
background-color: #010DBA;
}
</style>
border-color css
<style>
span { border-color: #010DBA; }
span { border-color: rgb(1,13,186); }
td.TdClassName
{
border-color: #010DBA;
}
.TagClassName
{
border-color: #010DBA;
}
</style>