Shades of Blue #0B0AEA
Tints of Blue #0B0AEA
RGB
CMYK
RGB Variations
Color information
#0B0AEA (or 0x0B0AEA) is known color: Blue. HEX triplet: 0B, 0A and EA. RGB value is (11,10,234). Sum of RGB (Red+Green+Blue) = 11+10+234=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 234 (91.80% from 255 or 91.76% from 255); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B0AEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0AEA is #F4F515. Grayscale: #222222. Windows color (decimal): -16053526 or 15337995. OLE color: 15337995.
HSL color Cylindrical-coordinate representation of color #0B0AEA: hue angle of 240.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0AEA is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 10 | 234 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.08 |
| HSL | 240.27º | 0.92% | 0.48% | - |
| HSV(B) | 240.27º | 0.96% | 0.92% | - |
| XYZ | 15.1 | 6.23 | 78.25 | - |
| YUV | 35.84 | 239.83 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 234 | 0.95 | 0.96 | 0 | 0.08 | 240.27 | 0.92 | 0.48 |
| Hex | B | A | EA | 5F | 60 | 0 | 8 | F0 | 5C | 30 |
| Octal | 13 | 12 | 352 | 137 | 140 | 0 | 10 | 360 | 134 | 60 |
| Binary | 1011 | 1010 | 11101010 | 1011111 | 1100000 | 0 | 1000 | 11110000 | 1011100 | 110000 |
Color Harmonies of #0B0AEA
Complementary color
Monochromatic Colors of #0B0AEA
Black with #0B0AEA
Text Example
Text Example
White with #0B0AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0AEA; }
p { color: rgb(11,10,234); }
H1.HeaderClassName
{
color: #0B0AEA;
}
.AnyTagClassName
{
color: #0B0AEA;
}
</style>
background-color css
<style>
a { background-color: #0B0AEA; }
a { background-color: rgb(11,10,234); }
div.DivClassName
{
background-color: #0B0AEA;
}
.BgClassName
{
background-color: #0B0AEA;
}
</style>
border-color css
<style>
span { border-color: #0B0AEA; }
span { border-color: rgb(11,10,234); }
td.TdClassName
{
border-color: #0B0AEA;
}
.TagClassName
{
border-color: #0B0AEA;
}
</style>