Shades of Blue #0B14FF
Tints of Blue #0B14FF
RGB
CMYK
RGB Variations
Color information
#0B14FF (or 0x0B14FF) is known color: Blue. HEX triplet: 0B, 14 and FF. RGB value is (11,20,255). Sum of RGB (Red+Green+Blue) = 11+20+255=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B14FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B14FF is #F4EB00. Grayscale: #2B2B2B. Windows color (decimal): -16050945 or 16716811. OLE color: 16716811.
HSL color Cylindrical-coordinate representation of color #0B14FF: hue angle of 237.79º 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 #0B14FF is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 20 | 255 | - |
| CMYK | 0.96 | 0.92 | 0 | 0 |
| HSL | 237.79º | 1% | 0.52% | - |
| HSV(B) | 237.79º | 0.96% | 1% | - |
| XYZ | 18.44 | 7.79 | 95.14 | - |
| YUV | 44.1 | 247.02 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 255 | 0.96 | 0.92 | 0 | 0 | 237.79 | 1 | 0.52 |
| Hex | B | 14 | FF | 60 | 5C | 0 | 0 | EE | 64 | 34 |
| Octal | 13 | 24 | 377 | 140 | 134 | 0 | 0 | 356 | 144 | 64 |
| Binary | 1011 | 10100 | 11111111 | 1100000 | 1011100 | 0 | 0 | 11101110 | 1100100 | 110100 |
Color Harmonies of #0B14FF
Complementary color
Monochromatic Colors of #0B14FF
Black with #0B14FF
Text Example
Text Example
White with #0B14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B14FF; }
p { color: rgb(11,20,255); }
H1.HeaderClassName
{
color: #0B14FF;
}
.AnyTagClassName
{
color: #0B14FF;
}
</style>
background-color css
<style>
a { background-color: #0B14FF; }
a { background-color: rgb(11,20,255); }
div.DivClassName
{
background-color: #0B14FF;
}
.BgClassName
{
background-color: #0B14FF;
}
</style>
border-color css
<style>
span { border-color: #0B14FF; }
span { border-color: rgb(11,20,255); }
td.TdClassName
{
border-color: #0B14FF;
}
.TagClassName
{
border-color: #0B14FF;
}
</style>