Shades of Blue #0B1FFF
Tints of Blue #0B1FFF
RGB
CMYK
RGB Variations
Color information
#0B1FFF (or 0x0B1FFF) is known color: Blue. HEX triplet: 0B, 1F and FF. RGB value is (11,31,255). Sum of RGB (Red+Green+Blue) = 11+31+255=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 255 (100% from 255 or 85.86% from 297); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B1FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1FFF is #F4E000. Grayscale: #313131. Windows color (decimal): -16048129 or 16719627. OLE color: 16719627.
HSL color Cylindrical-coordinate representation of color #0B1FFF: hue angle of 235.08º 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 #0B1FFF is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 31 | 255 | - |
| CMYK | 0.96 | 0.88 | 0 | 0 |
| HSL | 235.08º | 1% | 0.52% | - |
| HSV(B) | 235.08º | 0.96% | 1% | - |
| XYZ | 18.68 | 8.27 | 95.22 | - |
| YUV | 50.56 | 243.37 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 255 | 0.96 | 0.88 | 0 | 0 | 235.08 | 1 | 0.52 |
| Hex | B | 1F | FF | 60 | 58 | 0 | 0 | EB | 64 | 34 |
| Octal | 13 | 37 | 377 | 140 | 130 | 0 | 0 | 353 | 144 | 64 |
| Binary | 1011 | 11111 | 11111111 | 1100000 | 1011000 | 0 | 0 | 11101011 | 1100100 | 110100 |
Color Harmonies of #0B1FFF
Complementary color
Monochromatic Colors of #0B1FFF
Black with #0B1FFF
Text Example
Text Example
White with #0B1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1FFF; }
p { color: rgb(11,31,255); }
H1.HeaderClassName
{
color: #0B1FFF;
}
.AnyTagClassName
{
color: #0B1FFF;
}
</style>
background-color css
<style>
a { background-color: #0B1FFF; }
a { background-color: rgb(11,31,255); }
div.DivClassName
{
background-color: #0B1FFF;
}
.BgClassName
{
background-color: #0B1FFF;
}
</style>
border-color css
<style>
span { border-color: #0B1FFF; }
span { border-color: rgb(11,31,255); }
td.TdClassName
{
border-color: #0B1FFF;
}
.TagClassName
{
border-color: #0B1FFF;
}
</style>