Shades of Blue #0B03FF
Tints of Blue #0B03FF
RGB
CMYK
RGB Variations
Color information
#0B03FF (or 0x0B03FF) is known color: Blue. HEX triplet: 0B, 03 and FF. RGB value is (11,3,255). Sum of RGB (Red+Green+Blue) = 11+3+255=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 255 (100% from 255 or 94.80% from 269); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B03FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B03FF is #F4FC00. Grayscale: #212121. Windows color (decimal): -16055297 or 16712459. OLE color: 16712459.
HSL color Cylindrical-coordinate representation of color #0B03FF: hue angle of 241.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B03FF is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 3 | 255 | - |
| CMYK | 0.96 | 0.99 | 0 | 0 |
| HSL | 241.9º | 1% | 0.51% | - |
| HSV(B) | 241.9º | 0.99% | 1% | - |
| XYZ | 18.22 | 7.36 | 95.07 | - |
| YUV | 34.12 | 252.65 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 255 | 0.96 | 0.99 | 0 | 0 | 241.9 | 1 | 0.51 |
| Hex | B | 3 | FF | 60 | 63 | 0 | 0 | F2 | 64 | 33 |
| Octal | 13 | 3 | 377 | 140 | 143 | 0 | 0 | 362 | 144 | 63 |
| Binary | 1011 | 11 | 11111111 | 1100000 | 1100011 | 0 | 0 | 11110010 | 1100100 | 110011 |
Color Harmonies of #0B03FF
Complementary color
Monochromatic Colors of #0B03FF
Black with #0B03FF
Text Example
Text Example
White with #0B03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B03FF; }
p { color: rgb(11,3,255); }
H1.HeaderClassName
{
color: #0B03FF;
}
.AnyTagClassName
{
color: #0B03FF;
}
</style>
background-color css
<style>
a { background-color: #0B03FF; }
a { background-color: rgb(11,3,255); }
div.DivClassName
{
background-color: #0B03FF;
}
.BgClassName
{
background-color: #0B03FF;
}
</style>
border-color css
<style>
span { border-color: #0B03FF; }
span { border-color: rgb(11,3,255); }
td.TdClassName
{
border-color: #0B03FF;
}
.TagClassName
{
border-color: #0B03FF;
}
</style>