Shades of Blue #0B01EA
Tints of Blue #0B01EA
RGB
CMYK
RGB Variations
Color information
#0B01EA (or 0x0B01EA) is known color: Blue. HEX triplet: 0B, 01 and EA. RGB value is (11,1,234). Sum of RGB (Red+Green+Blue) = 11+1+234=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 234 (91.80% from 255 or 95.12% from 246); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B01EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B01EA is #F4FE15. Grayscale: #1D1D1D. Windows color (decimal): -16055830 or 15335691. OLE color: 15335691.
HSL color Cylindrical-coordinate representation of color #0B01EA: hue angle of 242.58º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B01EA is Cyan = 0.95, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 1 | 234 | - |
| CMYK | 0.95 | 1.00 | 0 | 0.08 |
| HSL | 242.58º | 0.99% | 0.46% | - |
| HSV(B) | 242.58º | 1% | 0.92% | - |
| XYZ | 15 | 6.03 | 78.22 | - |
| YUV | 30.55 | 242.81 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 234 | 0.95 | 1.00 | 0 | 0.08 | 242.58 | 0.99 | 0.46 |
| Hex | B | 1 | EA | 5F | 64 | 0 | 8 | F3 | 63 | 2E |
| Octal | 13 | 1 | 352 | 137 | 144 | 0 | 10 | 363 | 143 | 56 |
| Binary | 1011 | 1 | 11101010 | 1011111 | 1100100 | 0 | 1000 | 11110011 | 1100011 | 101110 |
Color Harmonies of #0B01EA
Complementary color
Monochromatic Colors of #0B01EA
Black with #0B01EA
Text Example
Text Example
White with #0B01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B01EA; }
p { color: rgb(11,1,234); }
H1.HeaderClassName
{
color: #0B01EA;
}
.AnyTagClassName
{
color: #0B01EA;
}
</style>
background-color css
<style>
a { background-color: #0B01EA; }
a { background-color: rgb(11,1,234); }
div.DivClassName
{
background-color: #0B01EA;
}
.BgClassName
{
background-color: #0B01EA;
}
</style>
border-color css
<style>
span { border-color: #0B01EA; }
span { border-color: rgb(11,1,234); }
td.TdClassName
{
border-color: #0B01EA;
}
.TagClassName
{
border-color: #0B01EA;
}
</style>