Shades of Medium Blue #0A1ABB
Tints of Medium Blue #0A1ABB
RGB
CMYK
RGB Variations
Color information
#0A1ABB (or 0x0A1ABB) is known color: Medium Blue. HEX triplet: 0A, 1A and BB. RGB value is (10,26,187). Sum of RGB (Red+Green+Blue) = 10+26+187=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A1ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ABB is #F5E544. Grayscale: #262626. Windows color (decimal): -16115013 or 12261898. OLE color: 12261898.
HSL color Cylindrical-coordinate representation of color #0A1ABB: hue angle of 234.58º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1ABB is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 26 | 187 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.27 |
| HSL | 234.58º | 0.9% | 0.39% | - |
| HSV(B) | 234.58º | 0.95% | 0.73% | - |
| XYZ | 9.46 | 4.39 | 47.36 | - |
| YUV | 39.57 | 211.2 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 187 | 0.95 | 0.86 | 0 | 0.27 | 234.58 | 0.9 | 0.39 |
| Hex | A | 1A | BB | 5F | 56 | 0 | 1B | EB | 5A | 27 |
| Octal | 12 | 32 | 273 | 137 | 126 | 0 | 33 | 353 | 132 | 47 |
| Binary | 1010 | 11010 | 10111011 | 1011111 | 1010110 | 0 | 11011 | 11101011 | 1011010 | 100111 |
Color Harmonies of #0A1ABB
Complementary color
Monochromatic Colors of #0A1ABB
Black with #0A1ABB
Text Example
Text Example
White with #0A1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1ABB; }
p { color: rgb(10,26,187); }
H1.HeaderClassName
{
color: #0A1ABB;
}
.AnyTagClassName
{
color: #0A1ABB;
}
</style>
background-color css
<style>
a { background-color: #0A1ABB; }
a { background-color: rgb(10,26,187); }
div.DivClassName
{
background-color: #0A1ABB;
}
.BgClassName
{
background-color: #0A1ABB;
}
</style>
border-color css
<style>
span { border-color: #0A1ABB; }
span { border-color: rgb(10,26,187); }
td.TdClassName
{
border-color: #0A1ABB;
}
.TagClassName
{
border-color: #0A1ABB;
}
</style>