Shades of Blue #0A0BEA
Tints of Blue #0A0BEA
RGB
CMYK
RGB Variations
Color information
#0A0BEA (or 0x0A0BEA) is known color: Blue. HEX triplet: 0A, 0B and EA. RGB value is (10,11,234). Sum of RGB (Red+Green+Blue) = 10+11+234=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 11 (4.69% from 255 or 4.31% 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 #0A0BEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0BEA is #F5F415. Grayscale: #232323. Windows color (decimal): -16118806 or 15338250. OLE color: 15338250.
HSL color Cylindrical-coordinate representation of color #0A0BEA: hue angle of 239.73º 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 #0A0BEA is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 11 | 234 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.08 |
| HSL | 239.73º | 0.92% | 0.48% | - |
| HSV(B) | 239.73º | 0.96% | 0.92% | - |
| XYZ | 15.1 | 6.24 | 78.25 | - |
| YUV | 36.12 | 239.67 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 234 | 0.96 | 0.95 | 0 | 0.08 | 239.73 | 0.92 | 0.48 |
| Hex | A | B | EA | 60 | 5F | 0 | 8 | F0 | 5C | 30 |
| Octal | 12 | 13 | 352 | 140 | 137 | 0 | 10 | 360 | 134 | 60 |
| Binary | 1010 | 1011 | 11101010 | 1100000 | 1011111 | 0 | 1000 | 11110000 | 1011100 | 110000 |
Color Harmonies of #0A0BEA
Complementary color
Monochromatic Colors of #0A0BEA
Black with #0A0BEA
Text Example
Text Example
White with #0A0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0BEA; }
p { color: rgb(10,11,234); }
H1.HeaderClassName
{
color: #0A0BEA;
}
.AnyTagClassName
{
color: #0A0BEA;
}
</style>
background-color css
<style>
a { background-color: #0A0BEA; }
a { background-color: rgb(10,11,234); }
div.DivClassName
{
background-color: #0A0BEA;
}
.BgClassName
{
background-color: #0A0BEA;
}
</style>
border-color css
<style>
span { border-color: #0A0BEA; }
span { border-color: rgb(10,11,234); }
td.TdClassName
{
border-color: #0A0BEA;
}
.TagClassName
{
border-color: #0A0BEA;
}
</style>