Shades of Medium Blue #0A06CA
Tints of Medium Blue #0A06CA
RGB
CMYK
RGB Variations
Color information
#0A06CA (or 0x0A06CA) is known color: Medium Blue. HEX triplet: 0A, 06 and CA. RGB value is (10,6,202). Sum of RGB (Red+Green+Blue) = 10+6+202=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 202 (79.30% from 255 or 92.66% from 218); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A06CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06CA is #F5F935. Grayscale: #1C1C1C. Windows color (decimal): -16120118 or 13239818. OLE color: 13239818.
HSL color Cylindrical-coordinate representation of color #0A06CA: hue angle of 241.22º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A06CA is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 6 | 202 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.21 |
| HSL | 241.22º | 0.94% | 0.41% | - |
| HSV(B) | 241.22º | 0.97% | 0.79% | - |
| XYZ | 10.85 | 4.46 | 56.17 | - |
| YUV | 29.54 | 225.33 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 202 | 0.95 | 0.97 | 0 | 0.21 | 241.22 | 0.94 | 0.41 |
| Hex | A | 6 | CA | 5F | 61 | 0 | 15 | F1 | 5E | 29 |
| Octal | 12 | 6 | 312 | 137 | 141 | 0 | 25 | 361 | 136 | 51 |
| Binary | 1010 | 110 | 11001010 | 1011111 | 1100001 | 0 | 10101 | 11110001 | 1011110 | 101001 |
Color Harmonies of #0A06CA
Complementary color
Monochromatic Colors of #0A06CA
Black with #0A06CA
Text Example
Text Example
White with #0A06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A06CA; }
p { color: rgb(10,6,202); }
H1.HeaderClassName
{
color: #0A06CA;
}
.AnyTagClassName
{
color: #0A06CA;
}
</style>
background-color css
<style>
a { background-color: #0A06CA; }
a { background-color: rgb(10,6,202); }
div.DivClassName
{
background-color: #0A06CA;
}
.BgClassName
{
background-color: #0A06CA;
}
</style>
border-color css
<style>
span { border-color: #0A06CA; }
span { border-color: rgb(10,6,202); }
td.TdClassName
{
border-color: #0A06CA;
}
.TagClassName
{
border-color: #0A06CA;
}
</style>