Shades of Blue #0B19FD
Tints of Blue #0B19FD
RGB
CMYK
RGB Variations
Color information
#0B19FD (or 0x0B19FD) is known color: Blue. HEX triplet: 0B, 19 and FD. RGB value is (11,25,253). Sum of RGB (Red+Green+Blue) = 11+25+253=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 253 (99.22% from 255 or 87.54% from 289); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B19FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B19FD is #F4E602. Grayscale: #2D2D2D. Windows color (decimal): -16049667 or 16587019. OLE color: 16587019.
HSL color Cylindrical-coordinate representation of color #0B19FD: hue angle of 236.53º 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 #0B19FD is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 25 | 253 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.01 |
| HSL | 236.53º | 0.98% | 0.52% | - |
| HSV(B) | 236.53º | 0.96% | 0.99% | - |
| XYZ | 18.22 | 7.86 | 93.49 | - |
| YUV | 46.81 | 244.36 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 253 | 0.96 | 0.90 | 0 | 0.01 | 236.53 | 0.98 | 0.52 |
| Hex | B | 19 | FD | 60 | 5A | 0 | 1 | ED | 62 | 34 |
| Octal | 13 | 31 | 375 | 140 | 132 | 0 | 1 | 355 | 142 | 64 |
| Binary | 1011 | 11001 | 11111101 | 1100000 | 1011010 | 0 | 1 | 11101101 | 1100010 | 110100 |
Color Harmonies of #0B19FD
Complementary color
Monochromatic Colors of #0B19FD
Black with #0B19FD
Text Example
Text Example
White with #0B19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B19FD; }
p { color: rgb(11,25,253); }
H1.HeaderClassName
{
color: #0B19FD;
}
.AnyTagClassName
{
color: #0B19FD;
}
</style>
background-color css
<style>
a { background-color: #0B19FD; }
a { background-color: rgb(11,25,253); }
div.DivClassName
{
background-color: #0B19FD;
}
.BgClassName
{
background-color: #0B19FD;
}
</style>
border-color css
<style>
span { border-color: #0B19FD; }
span { border-color: rgb(11,25,253); }
td.TdClassName
{
border-color: #0B19FD;
}
.TagClassName
{
border-color: #0B19FD;
}
</style>