Shades of Medium Blue #0A0ACE
Tints of Medium Blue #0A0ACE
RGB
CMYK
RGB Variations
Color information
#0A0ACE (or 0x0A0ACE) is known color: Medium Blue. HEX triplet: 0A, 0A and CE. RGB value is (10,10,206). Sum of RGB (Red+Green+Blue) = 10+10+206=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 206 (80.86% from 255 or 91.15% from 226); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A0ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0ACE is #F5F531. Grayscale: #1F1F1F. Windows color (decimal): -16119090 or 13502986. OLE color: 13502986.
HSL color Cylindrical-coordinate representation of color #0A0ACE: hue angle of 240º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0ACE is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 10 | 206 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.19 |
| HSL | 240º | 0.91% | 0.42% | - |
| HSV(B) | 240º | 0.95% | 0.81% | - |
| XYZ | 11.37 | 4.74 | 58.71 | - |
| YUV | 32.34 | 226 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 10 | 206 | 0.95 | 0.95 | 0 | 0.19 | 240 | 0.91 | 0.42 |
| Hex | A | A | CE | 5F | 5F | 0 | 13 | F0 | 5B | 2A |
| Octal | 12 | 12 | 316 | 137 | 137 | 0 | 23 | 360 | 133 | 52 |
| Binary | 1010 | 1010 | 11001110 | 1011111 | 1011111 | 0 | 10011 | 11110000 | 1011011 | 101010 |
Color Harmonies of #0A0ACE
Complementary color
Monochromatic Colors of #0A0ACE
Black with #0A0ACE
Text Example
Text Example
White with #0A0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0ACE; }
p { color: rgb(10,10,206); }
H1.HeaderClassName
{
color: #0A0ACE;
}
.AnyTagClassName
{
color: #0A0ACE;
}
</style>
background-color css
<style>
a { background-color: #0A0ACE; }
a { background-color: rgb(10,10,206); }
div.DivClassName
{
background-color: #0A0ACE;
}
.BgClassName
{
background-color: #0A0ACE;
}
</style>
border-color css
<style>
span { border-color: #0A0ACE; }
span { border-color: rgb(10,10,206); }
td.TdClassName
{
border-color: #0A0ACE;
}
.TagClassName
{
border-color: #0A0ACE;
}
</style>