Shades of Blue #0B19FC
Tints of Blue #0B19FC
RGB
CMYK
RGB Variations
Color information
#0B19FC (or 0x0B19FC) is known color: Blue. HEX triplet: 0B, 19 and FC. RGB value is (11,25,252). Sum of RGB (Red+Green+Blue) = 11+25+252=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 252 (98.83% from 255 or 87.5% from 288); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B19FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B19FC is #F4E603. Grayscale: #2D2D2D. Windows color (decimal): -16049668 or 16521483. OLE color: 16521483.
HSL color Cylindrical-coordinate representation of color #0B19FC: hue angle of 236.51º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B19FC is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 25 | 252 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.01 |
| HSL | 236.51º | 0.98% | 0.52% | - |
| HSV(B) | 236.51º | 0.96% | 0.99% | - |
| XYZ | 18.06 | 7.79 | 92.65 | - |
| YUV | 46.69 | 243.86 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 252 | 0.96 | 0.90 | 0 | 0.01 | 236.51 | 0.98 | 0.52 |
| Hex | B | 19 | FC | 60 | 5A | 0 | 1 | ED | 62 | 34 |
| Octal | 13 | 31 | 374 | 140 | 132 | 0 | 1 | 355 | 142 | 64 |
| Binary | 1011 | 11001 | 11111100 | 1100000 | 1011010 | 0 | 1 | 11101101 | 1100010 | 110100 |
Color Harmonies of #0B19FC
Complementary color
Monochromatic Colors of #0B19FC
Black with #0B19FC
Text Example
Text Example
White with #0B19FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B19FC; }
p { color: rgb(11,25,252); }
H1.HeaderClassName
{
color: #0B19FC;
}
.AnyTagClassName
{
color: #0B19FC;
}
</style>
background-color css
<style>
a { background-color: #0B19FC; }
a { background-color: rgb(11,25,252); }
div.DivClassName
{
background-color: #0B19FC;
}
.BgClassName
{
background-color: #0B19FC;
}
</style>
border-color css
<style>
span { border-color: #0B19FC; }
span { border-color: rgb(11,25,252); }
td.TdClassName
{
border-color: #0B19FC;
}
.TagClassName
{
border-color: #0B19FC;
}
</style>