Shades of Blue #0B13EF
Tints of Blue #0B13EF
RGB
CMYK
RGB Variations
Color information
#0B13EF (or 0x0B13EF) is known color: Blue. HEX triplet: 0B, 13 and EF. RGB value is (11,19,239). Sum of RGB (Red+Green+Blue) = 11+19+239=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 239 (93.75% from 255 or 88.85% from 269); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B13EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B13EF is #F4EC10. Grayscale: #282828. Windows color (decimal): -16051217 or 15667979. OLE color: 15667979.
HSL color Cylindrical-coordinate representation of color #0B13EF: hue angle of 237.89º 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 #0B13EF is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 19 | 239 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.06 |
| HSL | 237.89º | 0.91% | 0.49% | - |
| HSV(B) | 237.89º | 0.95% | 0.94% | - |
| XYZ | 15.95 | 6.77 | 82.13 | - |
| YUV | 41.69 | 239.35 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 239 | 0.95 | 0.92 | 0 | 0.06 | 237.89 | 0.91 | 0.49 |
| Hex | B | 13 | EF | 5F | 5C | 0 | 6 | EE | 5B | 31 |
| Octal | 13 | 23 | 357 | 137 | 134 | 0 | 6 | 356 | 133 | 61 |
| Binary | 1011 | 10011 | 11101111 | 1011111 | 1011100 | 0 | 110 | 11101110 | 1011011 | 110001 |
Color Harmonies of #0B13EF
Complementary color
Monochromatic Colors of #0B13EF
Black with #0B13EF
Text Example
Text Example
White with #0B13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B13EF; }
p { color: rgb(11,19,239); }
H1.HeaderClassName
{
color: #0B13EF;
}
.AnyTagClassName
{
color: #0B13EF;
}
</style>
background-color css
<style>
a { background-color: #0B13EF; }
a { background-color: rgb(11,19,239); }
div.DivClassName
{
background-color: #0B13EF;
}
.BgClassName
{
background-color: #0B13EF;
}
</style>
border-color css
<style>
span { border-color: #0B13EF; }
span { border-color: rgb(11,19,239); }
td.TdClassName
{
border-color: #0B13EF;
}
.TagClassName
{
border-color: #0B13EF;
}
</style>