Shades of Medium Blue #0A0FCE
Tints of Medium Blue #0A0FCE
RGB
CMYK
RGB Variations
Color information
#0A0FCE (or 0x0A0FCE) is known color: Medium Blue. HEX triplet: 0A, 0F and CE. RGB value is (10,15,206). Sum of RGB (Red+Green+Blue) = 10+15+206=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 206 (80.86% from 255 or 89.18% from 231); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A0FCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0FCE is #F5F031. Grayscale: #222222. Windows color (decimal): -16117810 or 13504266. OLE color: 13504266.
HSL color Cylindrical-coordinate representation of color #0A0FCE: hue angle of 238.47º 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 #0A0FCE is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 15 | 206 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.19 |
| HSL | 238.47º | 0.91% | 0.42% | - |
| HSV(B) | 238.47º | 0.95% | 0.81% | - |
| XYZ | 11.44 | 4.86 | 58.73 | - |
| YUV | 35.28 | 224.34 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 206 | 0.95 | 0.93 | 0 | 0.19 | 238.47 | 0.91 | 0.42 |
| Hex | A | F | CE | 5F | 5D | 0 | 13 | EE | 5B | 2A |
| Octal | 12 | 17 | 316 | 137 | 135 | 0 | 23 | 356 | 133 | 52 |
| Binary | 1010 | 1111 | 11001110 | 1011111 | 1011101 | 0 | 10011 | 11101110 | 1011011 | 101010 |
Color Harmonies of #0A0FCE
Complementary color
Monochromatic Colors of #0A0FCE
Black with #0A0FCE
Text Example
Text Example
White with #0A0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0FCE; }
p { color: rgb(10,15,206); }
H1.HeaderClassName
{
color: #0A0FCE;
}
.AnyTagClassName
{
color: #0A0FCE;
}
</style>
background-color css
<style>
a { background-color: #0A0FCE; }
a { background-color: rgb(10,15,206); }
div.DivClassName
{
background-color: #0A0FCE;
}
.BgClassName
{
background-color: #0A0FCE;
}
</style>
border-color css
<style>
span { border-color: #0A0FCE; }
span { border-color: rgb(10,15,206); }
td.TdClassName
{
border-color: #0A0FCE;
}
.TagClassName
{
border-color: #0A0FCE;
}
</style>