Shades of Blue #1019FF
Tints of Blue #1019FF
RGB
CMYK
RGB Variations
Color information
#1019FF (or 0x1019FF) is known color: Blue. HEX triplet: 10, 19 and FF. RGB value is (16,25,255). Sum of RGB (Red+Green+Blue) = 16+25+255=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 255 (100% from 255 or 86.15% from 296); Max value from RGB is 255 - color contains mainly: blue. Hex color #1019FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1019FF is #EFE600. Grayscale: #2F2F2F. Windows color (decimal): -15721985 or 16718096. OLE color: 16718096.
HSL color Cylindrical-coordinate representation of color #1019FF: hue angle of 237.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1019FF is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 25 | 255 | - |
| CMYK | 0.94 | 0.90 | 0 | 0 |
| HSL | 237.74º | 1% | 0.53% | - |
| HSV(B) | 237.74º | 0.94% | 1% | - |
| XYZ | 18.61 | 8.03 | 95.18 | - |
| YUV | 48.53 | 244.52 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 255 | 0.94 | 0.90 | 0 | 0 | 237.74 | 1 | 0.53 |
| Hex | 10 | 19 | FF | 5E | 5A | 0 | 0 | EE | 64 | 35 |
| Octal | 20 | 31 | 377 | 136 | 132 | 0 | 0 | 356 | 144 | 65 |
| Binary | 10000 | 11001 | 11111111 | 1011110 | 1011010 | 0 | 0 | 11101110 | 1100100 | 110101 |
Color Harmonies of #1019FF
Complementary color
Monochromatic Colors of #1019FF
Black with #1019FF
Text Example
Text Example
White with #1019FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019FF; }
p { color: rgb(16,25,255); }
H1.HeaderClassName
{
color: #1019FF;
}
.AnyTagClassName
{
color: #1019FF;
}
</style>
background-color css
<style>
a { background-color: #1019FF; }
a { background-color: rgb(16,25,255); }
div.DivClassName
{
background-color: #1019FF;
}
.BgClassName
{
background-color: #1019FF;
}
</style>
border-color css
<style>
span { border-color: #1019FF; }
span { border-color: rgb(16,25,255); }
td.TdClassName
{
border-color: #1019FF;
}
.TagClassName
{
border-color: #1019FF;
}
</style>