Shades of Blue #0B1EEA
Tints of Blue #0B1EEA
RGB
CMYK
RGB Variations
Color information
#0B1EEA (or 0x0B1EEA) is known color: Blue. HEX triplet: 0B, 1E and EA. RGB value is (11,30,234). Sum of RGB (Red+Green+Blue) = 11+30+234=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 234 (91.80% from 255 or 85.09% from 275); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B1EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1EEA is #F4E115. Grayscale: #2E2E2E. Windows color (decimal): -16048406 or 15343115. OLE color: 15343115.
HSL color Cylindrical-coordinate representation of color #0B1EEA: hue angle of 234.89º 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 #0B1EEA is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 30 | 234 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.08 |
| HSL | 234.89º | 0.91% | 0.48% | - |
| HSV(B) | 234.89º | 0.95% | 0.92% | - |
| XYZ | 15.45 | 6.94 | 78.37 | - |
| YUV | 47.58 | 233.21 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 234 | 0.95 | 0.87 | 0 | 0.08 | 234.89 | 0.91 | 0.48 |
| Hex | B | 1E | EA | 5F | 57 | 0 | 8 | EB | 5B | 30 |
| Octal | 13 | 36 | 352 | 137 | 127 | 0 | 10 | 353 | 133 | 60 |
| Binary | 1011 | 11110 | 11101010 | 1011111 | 1010111 | 0 | 1000 | 11101011 | 1011011 | 110000 |
Color Harmonies of #0B1EEA
Complementary color
Monochromatic Colors of #0B1EEA
Black with #0B1EEA
Text Example
Text Example
White with #0B1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1EEA; }
p { color: rgb(11,30,234); }
H1.HeaderClassName
{
color: #0B1EEA;
}
.AnyTagClassName
{
color: #0B1EEA;
}
</style>
background-color css
<style>
a { background-color: #0B1EEA; }
a { background-color: rgb(11,30,234); }
div.DivClassName
{
background-color: #0B1EEA;
}
.BgClassName
{
background-color: #0B1EEA;
}
</style>
border-color css
<style>
span { border-color: #0B1EEA; }
span { border-color: rgb(11,30,234); }
td.TdClassName
{
border-color: #0B1EEA;
}
.TagClassName
{
border-color: #0B1EEA;
}
</style>