Shades of Medium Blue #0A17D5
Tints of Medium Blue #0A17D5
RGB
CMYK
RGB Variations
Color information
#0A17D5 (or 0x0A17D5) is known color: Medium Blue. HEX triplet: 0A, 17 and D5. RGB value is (10,23,213). Sum of RGB (Red+Green+Blue) = 10+23+213=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 213 (83.59% from 255 or 86.59% from 246); Max value from RGB is 213 - color contains mainly: blue. Hex color #0A17D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A17D5 is #F5E82A. Grayscale: #282828. Windows color (decimal): -16115755 or 13965066. OLE color: 13965066.
HSL color Cylindrical-coordinate representation of color #0A17D5: hue angle of 236.16º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A17D5 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 23 | 213 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.16 |
| HSL | 236.16º | 0.91% | 0.44% | - |
| HSV(B) | 236.16º | 0.95% | 0.84% | - |
| XYZ | 12.44 | 5.48 | 63.35 | - |
| YUV | 40.77 | 225.19 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 213 | 0.95 | 0.89 | 0 | 0.16 | 236.16 | 0.91 | 0.44 |
| Hex | A | 17 | D5 | 5F | 59 | 0 | 10 | EC | 5B | 2C |
| Octal | 12 | 27 | 325 | 137 | 131 | 0 | 20 | 354 | 133 | 54 |
| Binary | 1010 | 10111 | 11010101 | 1011111 | 1011001 | 0 | 10000 | 11101100 | 1011011 | 101100 |
Color Harmonies of #0A17D5
Complementary color
Monochromatic Colors of #0A17D5
Black with #0A17D5
Text Example
Text Example
White with #0A17D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A17D5; }
p { color: rgb(10,23,213); }
H1.HeaderClassName
{
color: #0A17D5;
}
.AnyTagClassName
{
color: #0A17D5;
}
</style>
background-color css
<style>
a { background-color: #0A17D5; }
a { background-color: rgb(10,23,213); }
div.DivClassName
{
background-color: #0A17D5;
}
.BgClassName
{
background-color: #0A17D5;
}
</style>
border-color css
<style>
span { border-color: #0A17D5; }
span { border-color: rgb(10,23,213); }
td.TdClassName
{
border-color: #0A17D5;
}
.TagClassName
{
border-color: #0A17D5;
}
</style>