Shades of Medium Blue #0A02BC
Tints of Medium Blue #0A02BC
RGB
CMYK
RGB Variations
Color information
#0A02BC (or 0x0A02BC) is known color: Medium Blue. HEX triplet: 0A, 02 and BC. RGB value is (10,2,188). Sum of RGB (Red+Green+Blue) = 10+2+188=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 188 (73.83% from 255 or 94% from 200); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A02BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A02BC is #F5FD43. Grayscale: #181818. Windows color (decimal): -16121156 or 12321290. OLE color: 12321290.
HSL color Cylindrical-coordinate representation of color #0A02BC: hue angle of 242.58º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A02BC is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 2 | 188 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.26 |
| HSL | 242.58º | 0.98% | 0.37% | - |
| HSV(B) | 242.58º | 0.99% | 0.74% | - |
| XYZ | 9.22 | 3.74 | 47.81 | - |
| YUV | 25.6 | 219.65 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 188 | 0.95 | 0.99 | 0 | 0.26 | 242.58 | 0.98 | 0.37 |
| Hex | A | 2 | BC | 5F | 63 | 0 | 1A | F3 | 62 | 25 |
| Octal | 12 | 2 | 274 | 137 | 143 | 0 | 32 | 363 | 142 | 45 |
| Binary | 1010 | 10 | 10111100 | 1011111 | 1100011 | 0 | 11010 | 11110011 | 1100010 | 100101 |
Color Harmonies of #0A02BC
Complementary color
Monochromatic Colors of #0A02BC
Black with #0A02BC
Text Example
Text Example
White with #0A02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A02BC; }
p { color: rgb(10,2,188); }
H1.HeaderClassName
{
color: #0A02BC;
}
.AnyTagClassName
{
color: #0A02BC;
}
</style>
background-color css
<style>
a { background-color: #0A02BC; }
a { background-color: rgb(10,2,188); }
div.DivClassName
{
background-color: #0A02BC;
}
.BgClassName
{
background-color: #0A02BC;
}
</style>
border-color css
<style>
span { border-color: #0A02BC; }
span { border-color: rgb(10,2,188); }
td.TdClassName
{
border-color: #0A02BC;
}
.TagClassName
{
border-color: #0A02BC;
}
</style>