Shades of Blue #0A16EB
Tints of Blue #0A16EB
RGB
CMYK
RGB Variations
Color information
#0A16EB (or 0x0A16EB) is known color: Blue. HEX triplet: 0A, 16 and EB. RGB value is (10,22,235). Sum of RGB (Red+Green+Blue) = 10+22+235=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 235 (92.19% from 255 or 88.01% from 267); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A16EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A16EB is #F5E914. Grayscale: #292929. Windows color (decimal): -16115989 or 15406602. OLE color: 15406602.
HSL color Cylindrical-coordinate representation of color #0A16EB: hue angle of 236.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A16EB is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 22 | 235 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.08 |
| HSL | 236.8º | 0.92% | 0.48% | - |
| HSV(B) | 236.8º | 0.96% | 0.92% | - |
| XYZ | 15.41 | 6.64 | 79.07 | - |
| YUV | 42.69 | 236.52 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 235 | 0.96 | 0.91 | 0 | 0.08 | 236.8 | 0.92 | 0.48 |
| Hex | A | 16 | EB | 60 | 5B | 0 | 8 | ED | 5C | 30 |
| Octal | 12 | 26 | 353 | 140 | 133 | 0 | 10 | 355 | 134 | 60 |
| Binary | 1010 | 10110 | 11101011 | 1100000 | 1011011 | 0 | 1000 | 11101101 | 1011100 | 110000 |
Color Harmonies of #0A16EB
Complementary color
Monochromatic Colors of #0A16EB
Black with #0A16EB
Text Example
Text Example
White with #0A16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A16EB; }
p { color: rgb(10,22,235); }
H1.HeaderClassName
{
color: #0A16EB;
}
.AnyTagClassName
{
color: #0A16EB;
}
</style>
background-color css
<style>
a { background-color: #0A16EB; }
a { background-color: rgb(10,22,235); }
div.DivClassName
{
background-color: #0A16EB;
}
.BgClassName
{
background-color: #0A16EB;
}
</style>
border-color css
<style>
span { border-color: #0A16EB; }
span { border-color: rgb(10,22,235); }
td.TdClassName
{
border-color: #0A16EB;
}
.TagClassName
{
border-color: #0A16EB;
}
</style>