Shades of Medium Blue #0A0EDB
Tints of Medium Blue #0A0EDB
RGB
CMYK
RGB Variations
Color information
#0A0EDB (or 0x0A0EDB) is known color: Medium Blue. HEX triplet: 0A, 0E and DB. RGB value is (10,14,219). Sum of RGB (Red+Green+Blue) = 10+14+219=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A0EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0EDB is #F5F124. Grayscale: #232323. Windows color (decimal): -16118053 or 14355978. OLE color: 14355978.
HSL color Cylindrical-coordinate representation of color #0A0EDB: hue angle of 238.85º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0EDB is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 14 | 219 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.14 |
| HSL | 238.85º | 0.91% | 0.45% | - |
| HSV(B) | 238.85º | 0.95% | 0.86% | - |
| XYZ | 13.07 | 5.49 | 67.39 | - |
| YUV | 36.17 | 231.17 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 219 | 0.95 | 0.94 | 0 | 0.14 | 238.85 | 0.91 | 0.45 |
| Hex | A | E | DB | 5F | 5E | 0 | E | EF | 5B | 2D |
| Octal | 12 | 16 | 333 | 137 | 136 | 0 | 16 | 357 | 133 | 55 |
| Binary | 1010 | 1110 | 11011011 | 1011111 | 1011110 | 0 | 1110 | 11101111 | 1011011 | 101101 |
Color Harmonies of #0A0EDB
Complementary color
Monochromatic Colors of #0A0EDB
Black with #0A0EDB
Text Example
Text Example
White with #0A0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EDB; }
p { color: rgb(10,14,219); }
H1.HeaderClassName
{
color: #0A0EDB;
}
.AnyTagClassName
{
color: #0A0EDB;
}
</style>
background-color css
<style>
a { background-color: #0A0EDB; }
a { background-color: rgb(10,14,219); }
div.DivClassName
{
background-color: #0A0EDB;
}
.BgClassName
{
background-color: #0A0EDB;
}
</style>
border-color css
<style>
span { border-color: #0A0EDB; }
span { border-color: rgb(10,14,219); }
td.TdClassName
{
border-color: #0A0EDB;
}
.TagClassName
{
border-color: #0A0EDB;
}
</style>