Shades of Blue #1019EF
Tints of Blue #1019EF
RGB
CMYK
RGB Variations
Color information
#1019EF (or 0x1019EF) is known color: Blue. HEX triplet: 10, 19 and EF. RGB value is (16,25,239). Sum of RGB (Red+Green+Blue) = 16+25+239=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #1019EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1019EF is #EFE610. Grayscale: #2D2D2D. Windows color (decimal): -15722001 or 15669520. OLE color: 15669520.
HSL color Cylindrical-coordinate representation of color #1019EF: hue angle of 237.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019EF is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 25 | 239 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.06 |
| HSL | 237.58º | 0.87% | 0.5% | - |
| HSV(B) | 237.58º | 0.93% | 0.94% | - |
| XYZ | 16.14 | 7.04 | 82.17 | - |
| YUV | 46.71 | 236.52 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 239 | 0.93 | 0.90 | 0 | 0.06 | 237.58 | 0.87 | 0.5 |
| Hex | 10 | 19 | EF | 5D | 5A | 0 | 6 | EE | 57 | 32 |
| Octal | 20 | 31 | 357 | 135 | 132 | 0 | 6 | 356 | 127 | 62 |
| Binary | 10000 | 11001 | 11101111 | 1011101 | 1011010 | 0 | 110 | 11101110 | 1010111 | 110010 |
Color Harmonies of #1019EF
Complementary color
Monochromatic Colors of #1019EF
Black with #1019EF
Text Example
Text Example
White with #1019EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019EF; }
p { color: rgb(16,25,239); }
H1.HeaderClassName
{
color: #1019EF;
}
.AnyTagClassName
{
color: #1019EF;
}
</style>
background-color css
<style>
a { background-color: #1019EF; }
a { background-color: rgb(16,25,239); }
div.DivClassName
{
background-color: #1019EF;
}
.BgClassName
{
background-color: #1019EF;
}
</style>
border-color css
<style>
span { border-color: #1019EF; }
span { border-color: rgb(16,25,239); }
td.TdClassName
{
border-color: #1019EF;
}
.TagClassName
{
border-color: #1019EF;
}
</style>