Shades of Medium Blue #0A0AD6
Tints of Medium Blue #0A0AD6
RGB
CMYK
RGB Variations
Color information
#0A0AD6 (or 0x0A0AD6) is known color: Medium Blue. HEX triplet: 0A, 0A and D6. RGB value is (10,10,214). Sum of RGB (Red+Green+Blue) = 10+10+214=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 214 (83.98% from 255 or 91.45% from 234); Max value from RGB is 214 - color contains mainly: blue. Hex color #0A0AD6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0AD6 is #F5F529. Grayscale: #202020. Windows color (decimal): -16119082 or 14027274. OLE color: 14027274.
HSL color Cylindrical-coordinate representation of color #0A0AD6: hue angle of 240º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0AD6 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 10 | 214 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.16 |
| HSL | 240º | 0.91% | 0.44% | - |
| HSV(B) | 240º | 0.95% | 0.84% | - |
| XYZ | 12.37 | 5.14 | 63.96 | - |
| YUV | 33.26 | 230 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 10 | 214 | 0.95 | 0.95 | 0 | 0.16 | 240 | 0.91 | 0.44 |
| Hex | A | A | D6 | 5F | 5F | 0 | 10 | F0 | 5B | 2C |
| Octal | 12 | 12 | 326 | 137 | 137 | 0 | 20 | 360 | 133 | 54 |
| Binary | 1010 | 1010 | 11010110 | 1011111 | 1011111 | 0 | 10000 | 11110000 | 1011011 | 101100 |
Color Harmonies of #0A0AD6
Complementary color
Monochromatic Colors of #0A0AD6
Black with #0A0AD6
Text Example
Text Example
White with #0A0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0AD6; }
p { color: rgb(10,10,214); }
H1.HeaderClassName
{
color: #0A0AD6;
}
.AnyTagClassName
{
color: #0A0AD6;
}
</style>
background-color css
<style>
a { background-color: #0A0AD6; }
a { background-color: rgb(10,10,214); }
div.DivClassName
{
background-color: #0A0AD6;
}
.BgClassName
{
background-color: #0A0AD6;
}
</style>
border-color css
<style>
span { border-color: #0A0AD6; }
span { border-color: rgb(10,10,214); }
td.TdClassName
{
border-color: #0A0AD6;
}
.TagClassName
{
border-color: #0A0AD6;
}
</style>