Shades of Medium Blue #0A0FC0
Tints of Medium Blue #0A0FC0
RGB
CMYK
RGB Variations
Color information
#0A0FC0 (or 0x0A0FC0) is known color: Medium Blue. HEX triplet: 0A, 0F and C0. RGB value is (10,15,192). Sum of RGB (Red+Green+Blue) = 10+15+192=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 192 (75.39% from 255 or 88.48% from 217); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A0FC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0FC0 is #F5F03F. Grayscale: #202020. Windows color (decimal): -16117824 or 12586762. OLE color: 12586762.
HSL color Cylindrical-coordinate representation of color #0A0FC0: hue angle of 238.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0FC0 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 15 | 192 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.25 |
| HSL | 238.35º | 0.9% | 0.4% | - |
| HSV(B) | 238.35º | 0.95% | 0.75% | - |
| XYZ | 9.81 | 4.21 | 50.17 | - |
| YUV | 33.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 192 | 0.95 | 0.92 | 0 | 0.25 | 238.35 | 0.9 | 0.4 |
| Hex | A | F | C0 | 5F | 5C | 0 | 19 | EE | 5A | 28 |
| Octal | 12 | 17 | 300 | 137 | 134 | 0 | 31 | 356 | 132 | 50 |
| Binary | 1010 | 1111 | 11000000 | 1011111 | 1011100 | 0 | 11001 | 11101110 | 1011010 | 101000 |
Color Harmonies of #0A0FC0
Complementary color
Monochromatic Colors of #0A0FC0
Black with #0A0FC0
Text Example
Text Example
White with #0A0FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0FC0; }
p { color: rgb(10,15,192); }
H1.HeaderClassName
{
color: #0A0FC0;
}
.AnyTagClassName
{
color: #0A0FC0;
}
</style>
background-color css
<style>
a { background-color: #0A0FC0; }
a { background-color: rgb(10,15,192); }
div.DivClassName
{
background-color: #0A0FC0;
}
.BgClassName
{
background-color: #0A0FC0;
}
</style>
border-color css
<style>
span { border-color: #0A0FC0; }
span { border-color: rgb(10,15,192); }
td.TdClassName
{
border-color: #0A0FC0;
}
.TagClassName
{
border-color: #0A0FC0;
}
</style>