Shades of Medium Blue #0A1ACC
Tints of Medium Blue #0A1ACC
RGB
CMYK
RGB Variations
Color information
#0A1ACC (or 0x0A1ACC) is known color: Medium Blue. HEX triplet: 0A, 1A and CC. RGB value is (10,26,204). Sum of RGB (Red+Green+Blue) = 10+26+204=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 204 (80.08% from 255 or 85% from 240); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A1ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ACC is #F5E533. Grayscale: #282828. Windows color (decimal): -16114996 or 13376010. OLE color: 13376010.
HSL color Cylindrical-coordinate representation of color #0A1ACC: hue angle of 235.05º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1ACC is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 26 | 204 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.2 |
| HSL | 235.05º | 0.91% | 0.42% | - |
| HSV(B) | 235.05º | 0.95% | 0.8% | - |
| XYZ | 11.39 | 5.16 | 57.52 | - |
| YUV | 41.51 | 219.7 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 204 | 0.95 | 0.87 | 0 | 0.2 | 235.05 | 0.91 | 0.42 |
| Hex | A | 1A | CC | 5F | 57 | 0 | 14 | EB | 5B | 2A |
| Octal | 12 | 32 | 314 | 137 | 127 | 0 | 24 | 353 | 133 | 52 |
| Binary | 1010 | 11010 | 11001100 | 1011111 | 1010111 | 0 | 10100 | 11101011 | 1011011 | 101010 |
Color Harmonies of #0A1ACC
Complementary color
Monochromatic Colors of #0A1ACC
Black with #0A1ACC
Text Example
Text Example
White with #0A1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1ACC; }
p { color: rgb(10,26,204); }
H1.HeaderClassName
{
color: #0A1ACC;
}
.AnyTagClassName
{
color: #0A1ACC;
}
</style>
background-color css
<style>
a { background-color: #0A1ACC; }
a { background-color: rgb(10,26,204); }
div.DivClassName
{
background-color: #0A1ACC;
}
.BgClassName
{
background-color: #0A1ACC;
}
</style>
border-color css
<style>
span { border-color: #0A1ACC; }
span { border-color: rgb(10,26,204); }
td.TdClassName
{
border-color: #0A1ACC;
}
.TagClassName
{
border-color: #0A1ACC;
}
</style>