Shades of Medium Blue #010DB8
Tints of Medium Blue #010DB8
RGB
CMYK
RGB Variations
Color information
#010DB8 (or 0x010DB8) is known color: Medium Blue. HEX triplet: 01, 0D and B8. RGB value is (1,13,184). Sum of RGB (Red+Green+Blue) = 1+13+184=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 184 (72.27% from 255 or 92.93% from 198); Max value from RGB is 184 - color contains mainly: blue. Hex color #010DB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DB8 is #FEF247. Grayscale: #1C1C1C. Windows color (decimal): -16708168 or 12061953. OLE color: 12061953.
HSL color Cylindrical-coordinate representation of color #010DB8: hue angle of 236.07º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DB8 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 13 | 184 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.28 |
| HSL | 236.07º | 0.99% | 0.36% | - |
| HSV(B) | 236.07º | 0.99% | 0.72% | - |
| XYZ | 8.81 | 3.75 | 45.61 | - |
| YUV | 28.91 | 215.52 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 184 | 0.99 | 0.93 | 0 | 0.28 | 236.07 | 0.99 | 0.36 |
| Hex | 1 | D | B8 | 63 | 5D | 0 | 1C | EC | 63 | 24 |
| Octal | 1 | 15 | 270 | 143 | 135 | 0 | 34 | 354 | 143 | 44 |
| Binary | 1 | 1101 | 10111000 | 1100011 | 1011101 | 0 | 11100 | 11101100 | 1100011 | 100100 |
Color Harmonies of #010DB8
Complementary color
Monochromatic Colors of #010DB8
Black with #010DB8
Text Example
Text Example
White with #010DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DB8; }
p { color: rgb(1,13,184); }
H1.HeaderClassName
{
color: #010DB8;
}
.AnyTagClassName
{
color: #010DB8;
}
</style>
background-color css
<style>
a { background-color: #010DB8; }
a { background-color: rgb(1,13,184); }
div.DivClassName
{
background-color: #010DB8;
}
.BgClassName
{
background-color: #010DB8;
}
</style>
border-color css
<style>
span { border-color: #010DB8; }
span { border-color: rgb(1,13,184); }
td.TdClassName
{
border-color: #010DB8;
}
.TagClassName
{
border-color: #010DB8;
}
</style>