Shades of Medium Blue #0A0BDD
Tints of Medium Blue #0A0BDD
RGB
CMYK
RGB Variations
Color information
#0A0BDD (or 0x0A0BDD) is known color: Medium Blue. HEX triplet: 0A, 0B and DD. RGB value is (10,11,221). Sum of RGB (Red+Green+Blue) = 10+11+221=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A0BDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0BDD is #F5F422. Grayscale: #212121. Windows color (decimal): -16118819 or 14486282. OLE color: 14486282.
HSL color Cylindrical-coordinate representation of color #0A0BDD: hue angle of 239.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0BDD is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 11 | 221 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.13 |
| HSL | 239.72º | 0.91% | 0.45% | - |
| HSV(B) | 239.72º | 0.95% | 0.87% | - |
| XYZ | 13.3 | 5.52 | 68.77 | - |
| YUV | 34.64 | 233.17 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 221 | 0.95 | 0.95 | 0 | 0.13 | 239.72 | 0.91 | 0.45 |
| Hex | A | B | DD | 5F | 5F | 0 | D | F0 | 5B | 2D |
| Octal | 12 | 13 | 335 | 137 | 137 | 0 | 15 | 360 | 133 | 55 |
| Binary | 1010 | 1011 | 11011101 | 1011111 | 1011111 | 0 | 1101 | 11110000 | 1011011 | 101101 |
Color Harmonies of #0A0BDD
Complementary color
Monochromatic Colors of #0A0BDD
Black with #0A0BDD
Text Example
Text Example
White with #0A0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0BDD; }
p { color: rgb(10,11,221); }
H1.HeaderClassName
{
color: #0A0BDD;
}
.AnyTagClassName
{
color: #0A0BDD;
}
</style>
background-color css
<style>
a { background-color: #0A0BDD; }
a { background-color: rgb(10,11,221); }
div.DivClassName
{
background-color: #0A0BDD;
}
.BgClassName
{
background-color: #0A0BDD;
}
</style>
border-color css
<style>
span { border-color: #0A0BDD; }
span { border-color: rgb(10,11,221); }
td.TdClassName
{
border-color: #0A0BDD;
}
.TagClassName
{
border-color: #0A0BDD;
}
</style>