Shades of Blue #0B37FF
Tints of Blue #0B37FF
RGB
CMYK
RGB Variations
Color information
#0B37FF (or 0x0B37FF) is known color: Blue. HEX triplet: 0B, 37 and FF. RGB value is (11,55,255). Sum of RGB (Red+Green+Blue) = 11+55+255=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B37FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B37FF is #F4C800. Grayscale: #3F3F3F. Windows color (decimal): -16041985 or 16725771. OLE color: 16725771.
HSL color Cylindrical-coordinate representation of color #0B37FF: hue angle of 229.18º 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 #0B37FF is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 55 | 255 | - |
| CMYK | 0.96 | 0.78 | 0 | 0 |
| HSL | 229.18º | 1% | 0.52% | - |
| HSV(B) | 229.18º | 0.96% | 1% | - |
| XYZ | 19.55 | 10.02 | 95.51 | - |
| YUV | 64.64 | 235.42 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 255 | 0.96 | 0.78 | 0 | 0 | 229.18 | 1 | 0.52 |
| Hex | B | 37 | FF | 60 | 4E | 0 | 0 | E5 | 64 | 34 |
| Octal | 13 | 67 | 377 | 140 | 116 | 0 | 0 | 345 | 144 | 64 |
| Binary | 1011 | 110111 | 11111111 | 1100000 | 1001110 | 0 | 0 | 11100101 | 1100100 | 110100 |
Color Harmonies of #0B37FF
Complementary color
Monochromatic Colors of #0B37FF
Black with #0B37FF
Text Example
Text Example
White with #0B37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B37FF; }
p { color: rgb(11,55,255); }
H1.HeaderClassName
{
color: #0B37FF;
}
.AnyTagClassName
{
color: #0B37FF;
}
</style>
background-color css
<style>
a { background-color: #0B37FF; }
a { background-color: rgb(11,55,255); }
div.DivClassName
{
background-color: #0B37FF;
}
.BgClassName
{
background-color: #0B37FF;
}
</style>
border-color css
<style>
span { border-color: #0B37FF; }
span { border-color: rgb(11,55,255); }
td.TdClassName
{
border-color: #0B37FF;
}
.TagClassName
{
border-color: #0B37FF;
}
</style>