Shades of Medium Blue #0A03B9
Tints of Medium Blue #0A03B9
RGB
CMYK
RGB Variations
Color information
#0A03B9 (or 0x0A03B9) is known color: Medium Blue. HEX triplet: 0A, 03 and B9. RGB value is (10,3,185). Sum of RGB (Red+Green+Blue) = 10+3+185=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 185 (72.66% from 255 or 93.43% from 198); Max value from RGB is 185 - color contains mainly: blue. Hex color #0A03B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A03B9 is #F5FC46. Grayscale: #191919. Windows color (decimal): -16120903 or 12124938. OLE color: 12124938.
HSL color Cylindrical-coordinate representation of color #0A03B9: hue angle of 242.31º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A03B9 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 3 | 185 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.27 |
| HSL | 242.31º | 0.97% | 0.37% | - |
| HSV(B) | 242.31º | 0.98% | 0.73% | - |
| XYZ | 8.91 | 3.63 | 46.13 | - |
| YUV | 25.84 | 217.82 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 185 | 0.95 | 0.98 | 0 | 0.27 | 242.31 | 0.97 | 0.37 |
| Hex | A | 3 | B9 | 5F | 62 | 0 | 1B | F2 | 61 | 25 |
| Octal | 12 | 3 | 271 | 137 | 142 | 0 | 33 | 362 | 141 | 45 |
| Binary | 1010 | 11 | 10111001 | 1011111 | 1100010 | 0 | 11011 | 11110010 | 1100001 | 100101 |
Color Harmonies of #0A03B9
Complementary color
Monochromatic Colors of #0A03B9
Black with #0A03B9
Text Example
Text Example
White with #0A03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A03B9; }
p { color: rgb(10,3,185); }
H1.HeaderClassName
{
color: #0A03B9;
}
.AnyTagClassName
{
color: #0A03B9;
}
</style>
background-color css
<style>
a { background-color: #0A03B9; }
a { background-color: rgb(10,3,185); }
div.DivClassName
{
background-color: #0A03B9;
}
.BgClassName
{
background-color: #0A03B9;
}
</style>
border-color css
<style>
span { border-color: #0A03B9; }
span { border-color: rgb(10,3,185); }
td.TdClassName
{
border-color: #0A03B9;
}
.TagClassName
{
border-color: #0A03B9;
}
</style>