Shades of Blue #0F19E9
Tints of Blue #0F19E9
RGB
CMYK
RGB Variations
Color information
#0F19E9 (or 0x0F19E9) is known color: Blue. HEX triplet: 0F, 19 and E9. RGB value is (15,25,233). Sum of RGB (Red+Green+Blue) = 15+25+233=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 233 (91.41% from 255 or 85.35% from 273); Max value from RGB is 233 - color contains mainly: blue. Hex color #0F19E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F19E9 is #F0E616. Grayscale: #2C2C2C. Windows color (decimal): -15787543 or 15276303. OLE color: 15276303.
HSL color Cylindrical-coordinate representation of color #0F19E9: hue angle of 237.25º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F19E9 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 25 | 233 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.09 |
| HSL | 237.25º | 0.88% | 0.49% | - |
| HSV(B) | 237.25º | 0.94% | 0.91% | - |
| XYZ | 15.25 | 6.68 | 77.58 | - |
| YUV | 45.72 | 233.69 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 233 | 0.94 | 0.89 | 0 | 0.09 | 237.25 | 0.88 | 0.49 |
| Hex | F | 19 | E9 | 5E | 59 | 0 | 9 | ED | 58 | 31 |
| Octal | 17 | 31 | 351 | 136 | 131 | 0 | 11 | 355 | 130 | 61 |
| Binary | 1111 | 11001 | 11101001 | 1011110 | 1011001 | 0 | 1001 | 11101101 | 1011000 | 110001 |
Color Harmonies of #0F19E9
Complementary color
Monochromatic Colors of #0F19E9
Black with #0F19E9
Text Example
Text Example
White with #0F19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F19E9; }
p { color: rgb(15,25,233); }
H1.HeaderClassName
{
color: #0F19E9;
}
.AnyTagClassName
{
color: #0F19E9;
}
</style>
background-color css
<style>
a { background-color: #0F19E9; }
a { background-color: rgb(15,25,233); }
div.DivClassName
{
background-color: #0F19E9;
}
.BgClassName
{
background-color: #0F19E9;
}
</style>
border-color css
<style>
span { border-color: #0F19E9; }
span { border-color: rgb(15,25,233); }
td.TdClassName
{
border-color: #0F19E9;
}
.TagClassName
{
border-color: #0F19E9;
}
</style>