Shades of Medium Blue #010DBE
Tints of Medium Blue #010DBE
RGB
CMYK
RGB Variations
Color information
#010DBE (or 0x010DBE) is known color: Medium Blue. HEX triplet: 01, 0D and BE. RGB value is (1,13,190). Sum of RGB (Red+Green+Blue) = 1+13+190=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 190 (74.61% from 255 or 93.14% from 204); Max value from RGB is 190 - color contains mainly: blue. Hex color #010DBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DBE is #FEF241. Grayscale: #1C1C1C. Windows color (decimal): -16708162 or 12455169. OLE color: 12455169.
HSL color Cylindrical-coordinate representation of color #010DBE: hue angle of 236.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DBE is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 13 | 190 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.25 |
| HSL | 236.19º | 0.99% | 0.37% | - |
| HSV(B) | 236.19º | 0.99% | 0.75% | - |
| XYZ | 9.45 | 4.01 | 48.99 | - |
| YUV | 29.59 | 218.52 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 190 | 0.99 | 0.93 | 0 | 0.25 | 236.19 | 0.99 | 0.37 |
| Hex | 1 | D | BE | 63 | 5D | 0 | 19 | EC | 63 | 25 |
| Octal | 1 | 15 | 276 | 143 | 135 | 0 | 31 | 354 | 143 | 45 |
| Binary | 1 | 1101 | 10111110 | 1100011 | 1011101 | 0 | 11001 | 11101100 | 1100011 | 100101 |
Color Harmonies of #010DBE
Complementary color
Monochromatic Colors of #010DBE
Black with #010DBE
Text Example
Text Example
White with #010DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DBE; }
p { color: rgb(1,13,190); }
H1.HeaderClassName
{
color: #010DBE;
}
.AnyTagClassName
{
color: #010DBE;
}
</style>
background-color css
<style>
a { background-color: #010DBE; }
a { background-color: rgb(1,13,190); }
div.DivClassName
{
background-color: #010DBE;
}
.BgClassName
{
background-color: #010DBE;
}
</style>
border-color css
<style>
span { border-color: #010DBE; }
span { border-color: rgb(1,13,190); }
td.TdClassName
{
border-color: #010DBE;
}
.TagClassName
{
border-color: #010DBE;
}
</style>