Shades of Blue #1019EB
Tints of Blue #1019EB
RGB
CMYK
RGB Variations
Color information
#1019EB (or 0x1019EB) is known color: Blue. HEX triplet: 10, 19 and EB. RGB value is (16,25,235). Sum of RGB (Red+Green+Blue) = 16+25+235=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 235 (92.19% from 255 or 85.14% from 276); Max value from RGB is 235 - color contains mainly: blue. Hex color #1019EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1019EB is #EFE614. Grayscale: #2D2D2D. Windows color (decimal): -15722005 or 15407376. OLE color: 15407376.
HSL color Cylindrical-coordinate representation of color #1019EB: hue angle of 237.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019EB is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 25 | 235 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.08 |
| HSL | 237.53º | 0.87% | 0.49% | - |
| HSV(B) | 237.53º | 0.93% | 0.92% | - |
| XYZ | 15.56 | 6.8 | 79.09 | - |
| YUV | 46.25 | 234.52 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 235 | 0.93 | 0.89 | 0 | 0.08 | 237.53 | 0.87 | 0.49 |
| Hex | 10 | 19 | EB | 5D | 59 | 0 | 8 | EE | 57 | 31 |
| Octal | 20 | 31 | 353 | 135 | 131 | 0 | 10 | 356 | 127 | 61 |
| Binary | 10000 | 11001 | 11101011 | 1011101 | 1011001 | 0 | 1000 | 11101110 | 1010111 | 110001 |
Color Harmonies of #1019EB
Complementary color
Monochromatic Colors of #1019EB
Black with #1019EB
Text Example
Text Example
White with #1019EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019EB; }
p { color: rgb(16,25,235); }
H1.HeaderClassName
{
color: #1019EB;
}
.AnyTagClassName
{
color: #1019EB;
}
</style>
background-color css
<style>
a { background-color: #1019EB; }
a { background-color: rgb(16,25,235); }
div.DivClassName
{
background-color: #1019EB;
}
.BgClassName
{
background-color: #1019EB;
}
</style>
border-color css
<style>
span { border-color: #1019EB; }
span { border-color: rgb(16,25,235); }
td.TdClassName
{
border-color: #1019EB;
}
.TagClassName
{
border-color: #1019EB;
}
</style>