Shades of Blue #0B00EB
Tints of Blue #0B00EB
RGB
CMYK
RGB Variations
Color information
#0B00EB (or 0x0B00EB) is known color: Blue. HEX triplet: 0B, 00 and EB. RGB value is (11,0,235). Sum of RGB (Red+Green+Blue) = 11+0+235=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 235 (92.19% from 255 or 95.53% from 246); Max value from RGB is 235 - color contains mainly: blue. Hex color #0B00EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B00EB is #F4FF14. Grayscale: #1D1D1D. Windows color (decimal): -16056085 or 15400971. OLE color: 15400971.
HSL color Cylindrical-coordinate representation of color #0B00EB: hue angle of 242.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B00EB is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 0 | 235 | - |
| CMYK | 0.95 | 1 | 0 | 0.08 |
| HSL | 242.81º | 1% | 0.46% | - |
| HSV(B) | 242.81º | 1% | 0.92% | - |
| XYZ | 15.13 | 6.07 | 78.97 | - |
| YUV | 30.08 | 243.64 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 235 | 0.95 | 1 | 0 | 0.08 | 242.81 | 1 | 0.46 |
| Hex | B | 0 | EB | 5F | 64 | 0 | 8 | F3 | 64 | 2E |
| Octal | 13 | 0 | 353 | 137 | 144 | 0 | 10 | 363 | 144 | 56 |
| Binary | 1011 | 0 | 11101011 | 1011111 | 1100100 | 0 | 1000 | 11110011 | 1100100 | 101110 |
Color Harmonies of #0B00EB
Complementary color
Monochromatic Colors of #0B00EB
Black with #0B00EB
Text Example
Text Example
White with #0B00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B00EB; }
p { color: rgb(11,0,235); }
H1.HeaderClassName
{
color: #0B00EB;
}
.AnyTagClassName
{
color: #0B00EB;
}
</style>
background-color css
<style>
a { background-color: #0B00EB; }
a { background-color: rgb(11,0,235); }
div.DivClassName
{
background-color: #0B00EB;
}
.BgClassName
{
background-color: #0B00EB;
}
</style>
border-color css
<style>
span { border-color: #0B00EB; }
span { border-color: rgb(11,0,235); }
td.TdClassName
{
border-color: #0B00EB;
}
.TagClassName
{
border-color: #0B00EB;
}
</style>