Shades of Medium Blue #0A0FBC
Tints of Medium Blue #0A0FBC
RGB
CMYK
RGB Variations
Color information
#0A0FBC (or 0x0A0FBC) is known color: Medium Blue. HEX triplet: 0A, 0F and BC. RGB value is (10,15,188). Sum of RGB (Red+Green+Blue) = 10+15+188=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A0FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0FBC is #F5F043. Grayscale: #202020. Windows color (decimal): -16117828 or 12324618. OLE color: 12324618.
HSL color Cylindrical-coordinate representation of color #0A0FBC: hue angle of 238.31º 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 #0A0FBC is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 15 | 188 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.26 |
| HSL | 238.31º | 0.9% | 0.39% | - |
| HSV(B) | 238.31º | 0.95% | 0.74% | - |
| XYZ | 9.37 | 4.04 | 47.86 | - |
| YUV | 33.23 | 215.34 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 188 | 0.95 | 0.92 | 0 | 0.26 | 238.31 | 0.9 | 0.39 |
| Hex | A | F | BC | 5F | 5C | 0 | 1A | EE | 5A | 27 |
| Octal | 12 | 17 | 274 | 137 | 134 | 0 | 32 | 356 | 132 | 47 |
| Binary | 1010 | 1111 | 10111100 | 1011111 | 1011100 | 0 | 11010 | 11101110 | 1011010 | 100111 |
Color Harmonies of #0A0FBC
Complementary color
Monochromatic Colors of #0A0FBC
Black with #0A0FBC
Text Example
Text Example
White with #0A0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0FBC; }
p { color: rgb(10,15,188); }
H1.HeaderClassName
{
color: #0A0FBC;
}
.AnyTagClassName
{
color: #0A0FBC;
}
</style>
background-color css
<style>
a { background-color: #0A0FBC; }
a { background-color: rgb(10,15,188); }
div.DivClassName
{
background-color: #0A0FBC;
}
.BgClassName
{
background-color: #0A0FBC;
}
</style>
border-color css
<style>
span { border-color: #0A0FBC; }
span { border-color: rgb(10,15,188); }
td.TdClassName
{
border-color: #0A0FBC;
}
.TagClassName
{
border-color: #0A0FBC;
}
</style>