Shades of Medium Blue #0A16B6
Tints of Medium Blue #0A16B6
RGB
CMYK
RGB Variations
Color information
#0A16B6 (or 0x0A16B6) is known color: Medium Blue. HEX triplet: 0A, 16 and B6. RGB value is (10,22,182). Sum of RGB (Red+Green+Blue) = 10+22+182=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 182 (71.48% from 255 or 85.05% from 214); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A16B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A16B6 is #F5E949. Grayscale: #242424. Windows color (decimal): -16116042 or 11933194. OLE color: 11933194.
HSL color Cylindrical-coordinate representation of color #0A16B6: hue angle of 235.81º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A16B6 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 22 | 182 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.29 |
| HSL | 235.81º | 0.9% | 0.38% | - |
| HSV(B) | 235.81º | 0.95% | 0.71% | - |
| XYZ | 8.86 | 4.02 | 44.56 | - |
| YUV | 36.65 | 210.02 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 182 | 0.95 | 0.88 | 0 | 0.29 | 235.81 | 0.9 | 0.38 |
| Hex | A | 16 | B6 | 5F | 58 | 0 | 1D | EC | 5A | 26 |
| Octal | 12 | 26 | 266 | 137 | 130 | 0 | 35 | 354 | 132 | 46 |
| Binary | 1010 | 10110 | 10110110 | 1011111 | 1011000 | 0 | 11101 | 11101100 | 1011010 | 100110 |
Color Harmonies of #0A16B6
Complementary color
Monochromatic Colors of #0A16B6
Black with #0A16B6
Text Example
Text Example
White with #0A16B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A16B6; }
p { color: rgb(10,22,182); }
H1.HeaderClassName
{
color: #0A16B6;
}
.AnyTagClassName
{
color: #0A16B6;
}
</style>
background-color css
<style>
a { background-color: #0A16B6; }
a { background-color: rgb(10,22,182); }
div.DivClassName
{
background-color: #0A16B6;
}
.BgClassName
{
background-color: #0A16B6;
}
</style>
border-color css
<style>
span { border-color: #0A16B6; }
span { border-color: rgb(10,22,182); }
td.TdClassName
{
border-color: #0A16B6;
}
.TagClassName
{
border-color: #0A16B6;
}
</style>