Shades of Medium Blue #0A17BD
Tints of Medium Blue #0A17BD
RGB
CMYK
RGB Variations
Color information
#0A17BD (or 0x0A17BD) is known color: Medium Blue. HEX triplet: 0A, 17 and BD. RGB value is (10,23,189). Sum of RGB (Red+Green+Blue) = 10+23+189=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 189 (74.22% from 255 or 85.14% from 222); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A17BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A17BD is #F5E842. Grayscale: #252525. Windows color (decimal): -16115779 or 12392202. OLE color: 12392202.
HSL color Cylindrical-coordinate representation of color #0A17BD: hue angle of 235.64º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A17BD is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 23 | 189 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.26 |
| HSL | 235.64º | 0.9% | 0.39% | - |
| HSV(B) | 235.64º | 0.95% | 0.74% | - |
| XYZ | 9.62 | 4.35 | 48.48 | - |
| YUV | 38.04 | 213.19 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 189 | 0.95 | 0.88 | 0 | 0.26 | 235.64 | 0.9 | 0.39 |
| Hex | A | 17 | BD | 5F | 58 | 0 | 1A | EC | 5A | 27 |
| Octal | 12 | 27 | 275 | 137 | 130 | 0 | 32 | 354 | 132 | 47 |
| Binary | 1010 | 10111 | 10111101 | 1011111 | 1011000 | 0 | 11010 | 11101100 | 1011010 | 100111 |
Color Harmonies of #0A17BD
Complementary color
Monochromatic Colors of #0A17BD
Black with #0A17BD
Text Example
Text Example
White with #0A17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A17BD; }
p { color: rgb(10,23,189); }
H1.HeaderClassName
{
color: #0A17BD;
}
.AnyTagClassName
{
color: #0A17BD;
}
</style>
background-color css
<style>
a { background-color: #0A17BD; }
a { background-color: rgb(10,23,189); }
div.DivClassName
{
background-color: #0A17BD;
}
.BgClassName
{
background-color: #0A17BD;
}
</style>
border-color css
<style>
span { border-color: #0A17BD; }
span { border-color: rgb(10,23,189); }
td.TdClassName
{
border-color: #0A17BD;
}
.TagClassName
{
border-color: #0A17BD;
}
</style>