Shades of Blue #0B1DEF
Tints of Blue #0B1DEF
RGB
CMYK
RGB Variations
Color information
#0B1DEF (or 0x0B1DEF) is known color: Blue. HEX triplet: 0B, 1D and EF. RGB value is (11,29,239). Sum of RGB (Red+Green+Blue) = 11+29+239=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B1DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1DEF is #F4E210. Grayscale: #2E2E2E. Windows color (decimal): -16048657 or 15670539. OLE color: 15670539.
HSL color Cylindrical-coordinate representation of color #0B1DEF: hue angle of 235.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B1DEF is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 29 | 239 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.06 |
| HSL | 235.26º | 0.91% | 0.49% | - |
| HSV(B) | 235.26º | 0.95% | 0.94% | - |
| XYZ | 16.16 | 7.18 | 82.2 | - |
| YUV | 47.56 | 236.04 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 239 | 0.95 | 0.88 | 0 | 0.06 | 235.26 | 0.91 | 0.49 |
| Hex | B | 1D | EF | 5F | 58 | 0 | 6 | EB | 5B | 31 |
| Octal | 13 | 35 | 357 | 137 | 130 | 0 | 6 | 353 | 133 | 61 |
| Binary | 1011 | 11101 | 11101111 | 1011111 | 1011000 | 0 | 110 | 11101011 | 1011011 | 110001 |
Color Harmonies of #0B1DEF
Complementary color
Monochromatic Colors of #0B1DEF
Black with #0B1DEF
Text Example
Text Example
White with #0B1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1DEF; }
p { color: rgb(11,29,239); }
H1.HeaderClassName
{
color: #0B1DEF;
}
.AnyTagClassName
{
color: #0B1DEF;
}
</style>
background-color css
<style>
a { background-color: #0B1DEF; }
a { background-color: rgb(11,29,239); }
div.DivClassName
{
background-color: #0B1DEF;
}
.BgClassName
{
background-color: #0B1DEF;
}
</style>
border-color css
<style>
span { border-color: #0B1DEF; }
span { border-color: rgb(11,29,239); }
td.TdClassName
{
border-color: #0B1DEF;
}
.TagClassName
{
border-color: #0B1DEF;
}
</style>