Shades of Blue #0B19FA
Tints of Blue #0B19FA
RGB
CMYK
RGB Variations
Color information
#0B19FA (or 0x0B19FA) is known color: Blue. HEX triplet: 0B, 19 and FA. RGB value is (11,25,250). Sum of RGB (Red+Green+Blue) = 11+25+250=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 250 (98.05% from 255 or 87.41% from 286); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B19FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B19FA is #F4E605. Grayscale: #2D2D2D. Windows color (decimal): -16049670 or 16390411. OLE color: 16390411.
HSL color Cylindrical-coordinate representation of color #0B19FA: hue angle of 236.49º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B19FA is Cyan = 0.96, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 25 | 250 | - |
| CMYK | 0.96 | 0.9 | 0 | 0.02 |
| HSL | 236.49º | 0.96% | 0.51% | - |
| HSV(B) | 236.49º | 0.96% | 0.98% | - |
| XYZ | 17.74 | 7.67 | 90.99 | - |
| YUV | 46.46 | 242.86 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 250 | 0.96 | 0.9 | 0 | 0.02 | 236.49 | 0.96 | 0.51 |
| Hex | B | 19 | FA | 60 | 5A | 0 | 2 | EC | 60 | 33 |
| Octal | 13 | 31 | 372 | 140 | 132 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1011 | 11001 | 11111010 | 1100000 | 1011010 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0B19FA
Complementary color
Monochromatic Colors of #0B19FA
Black with #0B19FA
Text Example
Text Example
White with #0B19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B19FA; }
p { color: rgb(11,25,250); }
H1.HeaderClassName
{
color: #0B19FA;
}
.AnyTagClassName
{
color: #0B19FA;
}
</style>
background-color css
<style>
a { background-color: #0B19FA; }
a { background-color: rgb(11,25,250); }
div.DivClassName
{
background-color: #0B19FA;
}
.BgClassName
{
background-color: #0B19FA;
}
</style>
border-color css
<style>
span { border-color: #0B19FA; }
span { border-color: rgb(11,25,250); }
td.TdClassName
{
border-color: #0B19FA;
}
.TagClassName
{
border-color: #0B19FA;
}
</style>