Shades of Medium Blue #0A1ABC
Tints of Medium Blue #0A1ABC
RGB
CMYK
RGB Variations
Color information
#0A1ABC (or 0x0A1ABC) is known color: Medium Blue. HEX triplet: 0A, 1A and BC. RGB value is (10,26,188). Sum of RGB (Red+Green+Blue) = 10+26+188=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A1ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ABC is #F5E543. Grayscale: #272727. Windows color (decimal): -16115012 or 12327434. OLE color: 12327434.
HSL color Cylindrical-coordinate representation of color #0A1ABC: hue angle of 234.61º 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 #0A1ABC is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 26 | 188 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.26 |
| HSL | 234.61º | 0.9% | 0.39% | - |
| HSV(B) | 234.61º | 0.95% | 0.74% | - |
| XYZ | 9.57 | 4.43 | 47.93 | - |
| YUV | 39.68 | 211.7 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 188 | 0.95 | 0.86 | 0 | 0.26 | 234.61 | 0.9 | 0.39 |
| Hex | A | 1A | BC | 5F | 56 | 0 | 1A | EB | 5A | 27 |
| Octal | 12 | 32 | 274 | 137 | 126 | 0 | 32 | 353 | 132 | 47 |
| Binary | 1010 | 11010 | 10111100 | 1011111 | 1010110 | 0 | 11010 | 11101011 | 1011010 | 100111 |
Color Harmonies of #0A1ABC
Complementary color
Monochromatic Colors of #0A1ABC
Black with #0A1ABC
Text Example
Text Example
White with #0A1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1ABC; }
p { color: rgb(10,26,188); }
H1.HeaderClassName
{
color: #0A1ABC;
}
.AnyTagClassName
{
color: #0A1ABC;
}
</style>
background-color css
<style>
a { background-color: #0A1ABC; }
a { background-color: rgb(10,26,188); }
div.DivClassName
{
background-color: #0A1ABC;
}
.BgClassName
{
background-color: #0A1ABC;
}
</style>
border-color css
<style>
span { border-color: #0A1ABC; }
span { border-color: rgb(10,26,188); }
td.TdClassName
{
border-color: #0A1ABC;
}
.TagClassName
{
border-color: #0A1ABC;
}
</style>