Shades of Medium Blue #0A0BBF
Tints of Medium Blue #0A0BBF
RGB
CMYK
RGB Variations
Color information
#0A0BBF (or 0x0A0BBF) is known color: Medium Blue. HEX triplet: 0A, 0B and BF. RGB value is (10,11,191). Sum of RGB (Red+Green+Blue) = 10+11+191=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A0BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0BBF is #F5F440. Grayscale: #1E1E1E. Windows color (decimal): -16118849 or 12520202. OLE color: 12520202.
HSL color Cylindrical-coordinate representation of color #0A0BBF: hue angle of 239.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0BBF is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 11 | 191 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.25 |
| HSL | 239.67º | 0.9% | 0.39% | - |
| HSV(B) | 239.67º | 0.95% | 0.75% | - |
| XYZ | 9.65 | 4.07 | 49.57 | - |
| YUV | 31.22 | 218.17 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 191 | 0.95 | 0.94 | 0 | 0.25 | 239.67 | 0.9 | 0.39 |
| Hex | A | B | BF | 5F | 5E | 0 | 19 | F0 | 5A | 27 |
| Octal | 12 | 13 | 277 | 137 | 136 | 0 | 31 | 360 | 132 | 47 |
| Binary | 1010 | 1011 | 10111111 | 1011111 | 1011110 | 0 | 11001 | 11110000 | 1011010 | 100111 |
Color Harmonies of #0A0BBF
Complementary color
Monochromatic Colors of #0A0BBF
Black with #0A0BBF
Text Example
Text Example
White with #0A0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0BBF; }
p { color: rgb(10,11,191); }
H1.HeaderClassName
{
color: #0A0BBF;
}
.AnyTagClassName
{
color: #0A0BBF;
}
</style>
background-color css
<style>
a { background-color: #0A0BBF; }
a { background-color: rgb(10,11,191); }
div.DivClassName
{
background-color: #0A0BBF;
}
.BgClassName
{
background-color: #0A0BBF;
}
</style>
border-color css
<style>
span { border-color: #0A0BBF; }
span { border-color: rgb(10,11,191); }
td.TdClassName
{
border-color: #0A0BBF;
}
.TagClassName
{
border-color: #0A0BBF;
}
</style>