Shades of Medium Blue #0F19DA
Tints of Medium Blue #0F19DA
RGB
CMYK
RGB Variations
Color information
#0F19DA (or 0x0F19DA) is known color: Medium Blue. HEX triplet: 0F, 19 and DA. RGB value is (15,25,218). Sum of RGB (Red+Green+Blue) = 15+25+218=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 218 (85.55% from 255 or 84.50% from 258); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F19DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F19DA is #F0E625. Grayscale: #2B2B2B. Windows color (decimal): -15787558 or 14293263. OLE color: 14293263.
HSL color Cylindrical-coordinate representation of color #0F19DA: hue angle of 237.04º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F19DA is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 25 | 218 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.15 |
| HSL | 237.04º | 0.87% | 0.46% | - |
| HSV(B) | 237.04º | 0.93% | 0.85% | - |
| XYZ | 13.2 | 5.86 | 66.76 | - |
| YUV | 44.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 218 | 0.93 | 0.89 | 0 | 0.15 | 237.04 | 0.87 | 0.46 |
| Hex | F | 19 | DA | 5D | 59 | 0 | F | ED | 57 | 2E |
| Octal | 17 | 31 | 332 | 135 | 131 | 0 | 17 | 355 | 127 | 56 |
| Binary | 1111 | 11001 | 11011010 | 1011101 | 1011001 | 0 | 1111 | 11101101 | 1010111 | 101110 |
Color Harmonies of #0F19DA
Complementary color
Monochromatic Colors of #0F19DA
Black with #0F19DA
Text Example
Text Example
White with #0F19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F19DA; }
p { color: rgb(15,25,218); }
H1.HeaderClassName
{
color: #0F19DA;
}
.AnyTagClassName
{
color: #0F19DA;
}
</style>
background-color css
<style>
a { background-color: #0F19DA; }
a { background-color: rgb(15,25,218); }
div.DivClassName
{
background-color: #0F19DA;
}
.BgClassName
{
background-color: #0F19DA;
}
</style>
border-color css
<style>
span { border-color: #0F19DA; }
span { border-color: rgb(15,25,218); }
td.TdClassName
{
border-color: #0F19DA;
}
.TagClassName
{
border-color: #0F19DA;
}
</style>