Shades of Blue #0B15FF
Tints of Blue #0B15FF
RGB
CMYK
RGB Variations
Color information
#0B15FF (or 0x0B15FF) is known color: Blue. HEX triplet: 0B, 15 and FF. RGB value is (11,21,255). Sum of RGB (Red+Green+Blue) = 11+21+255=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 255 (100% from 255 or 88.85% from 287); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B15FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B15FF is #F4EA00. Grayscale: #2B2B2B. Windows color (decimal): -16050689 or 16717067. OLE color: 16717067.
HSL color Cylindrical-coordinate representation of color #0B15FF: hue angle of 237.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B15FF is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 21 | 255 | - |
| CMYK | 0.96 | 0.92 | 0 | 0 |
| HSL | 237.54º | 1% | 0.52% | - |
| HSV(B) | 237.54º | 0.96% | 1% | - |
| XYZ | 18.46 | 7.83 | 95.15 | - |
| YUV | 44.69 | 246.69 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 255 | 0.96 | 0.92 | 0 | 0 | 237.54 | 1 | 0.52 |
| Hex | B | 15 | FF | 60 | 5C | 0 | 0 | EE | 64 | 34 |
| Octal | 13 | 25 | 377 | 140 | 134 | 0 | 0 | 356 | 144 | 64 |
| Binary | 1011 | 10101 | 11111111 | 1100000 | 1011100 | 0 | 0 | 11101110 | 1100100 | 110100 |
Color Harmonies of #0B15FF
Complementary color
Monochromatic Colors of #0B15FF
Black with #0B15FF
Text Example
Text Example
White with #0B15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B15FF; }
p { color: rgb(11,21,255); }
H1.HeaderClassName
{
color: #0B15FF;
}
.AnyTagClassName
{
color: #0B15FF;
}
</style>
background-color css
<style>
a { background-color: #0B15FF; }
a { background-color: rgb(11,21,255); }
div.DivClassName
{
background-color: #0B15FF;
}
.BgClassName
{
background-color: #0B15FF;
}
</style>
border-color css
<style>
span { border-color: #0B15FF; }
span { border-color: rgb(11,21,255); }
td.TdClassName
{
border-color: #0B15FF;
}
.TagClassName
{
border-color: #0B15FF;
}
</style>