Shades of Medium Blue #0A14BC
Tints of Medium Blue #0A14BC
RGB
CMYK
RGB Variations
Color information
#0A14BC (or 0x0A14BC) is known color: Medium Blue. HEX triplet: 0A, 14 and BC. RGB value is (10,20,188). Sum of RGB (Red+Green+Blue) = 10+20+188=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A14BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A14BC is #F5EB43. Grayscale: #232323. Windows color (decimal): -16116548 or 12325898. OLE color: 12325898.
HSL color Cylindrical-coordinate representation of color #0A14BC: hue angle of 236.63º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A14BC is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 20 | 188 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.26 |
| HSL | 236.63º | 0.9% | 0.39% | - |
| HSV(B) | 236.63º | 0.95% | 0.74% | - |
| XYZ | 9.45 | 4.2 | 47.89 | - |
| YUV | 36.16 | 213.69 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 188 | 0.95 | 0.89 | 0 | 0.26 | 236.63 | 0.9 | 0.39 |
| Hex | A | 14 | BC | 5F | 59 | 0 | 1A | ED | 5A | 27 |
| Octal | 12 | 24 | 274 | 137 | 131 | 0 | 32 | 355 | 132 | 47 |
| Binary | 1010 | 10100 | 10111100 | 1011111 | 1011001 | 0 | 11010 | 11101101 | 1011010 | 100111 |
Color Harmonies of #0A14BC
Complementary color
Monochromatic Colors of #0A14BC
Black with #0A14BC
Text Example
Text Example
White with #0A14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A14BC; }
p { color: rgb(10,20,188); }
H1.HeaderClassName
{
color: #0A14BC;
}
.AnyTagClassName
{
color: #0A14BC;
}
</style>
background-color css
<style>
a { background-color: #0A14BC; }
a { background-color: rgb(10,20,188); }
div.DivClassName
{
background-color: #0A14BC;
}
.BgClassName
{
background-color: #0A14BC;
}
</style>
border-color css
<style>
span { border-color: #0A14BC; }
span { border-color: rgb(10,20,188); }
td.TdClassName
{
border-color: #0A14BC;
}
.TagClassName
{
border-color: #0A14BC;
}
</style>