Shades of Blue #0B22EA
Tints of Blue #0B22EA
RGB
CMYK
RGB Variations
Color information
#0B22EA (or 0x0B22EA) is known color: Blue. HEX triplet: 0B, 22 and EA. RGB value is (11,34,234). Sum of RGB (Red+Green+Blue) = 11+34+234=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 234 (91.80% from 255 or 83.87% from 279); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B22EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B22EA is #F4DD15. Grayscale: #313131. Windows color (decimal): -16047382 or 15344139. OLE color: 15344139.
HSL color Cylindrical-coordinate representation of color #0B22EA: hue angle of 233.81º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B22EA is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 34 | 234 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.08 |
| HSL | 233.81º | 0.91% | 0.48% | - |
| HSV(B) | 233.81º | 0.95% | 0.92% | - |
| XYZ | 15.56 | 7.16 | 78.4 | - |
| YUV | 49.92 | 231.88 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 234 | 0.95 | 0.85 | 0 | 0.08 | 233.81 | 0.91 | 0.48 |
| Hex | B | 22 | EA | 5F | 55 | 0 | 8 | EA | 5B | 30 |
| Octal | 13 | 42 | 352 | 137 | 125 | 0 | 10 | 352 | 133 | 60 |
| Binary | 1011 | 100010 | 11101010 | 1011111 | 1010101 | 0 | 1000 | 11101010 | 1011011 | 110000 |
Color Harmonies of #0B22EA
Complementary color
Monochromatic Colors of #0B22EA
Black with #0B22EA
Text Example
Text Example
White with #0B22EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B22EA; }
p { color: rgb(11,34,234); }
H1.HeaderClassName
{
color: #0B22EA;
}
.AnyTagClassName
{
color: #0B22EA;
}
</style>
background-color css
<style>
a { background-color: #0B22EA; }
a { background-color: rgb(11,34,234); }
div.DivClassName
{
background-color: #0B22EA;
}
.BgClassName
{
background-color: #0B22EA;
}
</style>
border-color css
<style>
span { border-color: #0B22EA; }
span { border-color: rgb(11,34,234); }
td.TdClassName
{
border-color: #0B22EA;
}
.TagClassName
{
border-color: #0B22EA;
}
</style>