Shades of Blue #1319FE
Tints of Blue #1319FE
RGB
CMYK
RGB Variations
Color information
#1319FE (or 0x1319FE) is known color: Blue. HEX triplet: 13, 19 and FE. RGB value is (19,25,254). Sum of RGB (Red+Green+Blue) = 19+25+254=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 254 (99.61% from 255 or 85.23% from 298); Max value from RGB is 254 - color contains mainly: blue. Hex color #1319FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1319FE is #ECE601. Grayscale: #303030. Windows color (decimal): -15525378 or 16652563. OLE color: 16652563.
HSL color Cylindrical-coordinate representation of color #1319FE: hue angle of 238.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1319FE is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 25 | 254 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.00 |
| HSL | 238.47º | 0.99% | 0.54% | - |
| HSV(B) | 238.47º | 0.93% | 1% | - |
| XYZ | 18.51 | 7.99 | 94.33 | - |
| YUV | 49.31 | 243.51 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 254 | 0.93 | 0.90 | 0 | 0.00 | 238.47 | 0.99 | 0.54 |
| Hex | 13 | 19 | FE | 5D | 5A | 0 | 0 | EE | 63 | 36 |
| Octal | 23 | 31 | 376 | 135 | 132 | 0 | 0 | 356 | 143 | 66 |
| Binary | 10011 | 11001 | 11111110 | 1011101 | 1011010 | 0 | 0 | 11101110 | 1100011 | 110110 |
Color Harmonies of #1319FE
Complementary color
Monochromatic Colors of #1319FE
Black with #1319FE
Text Example
Text Example
White with #1319FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1319FE; }
p { color: rgb(19,25,254); }
H1.HeaderClassName
{
color: #1319FE;
}
.AnyTagClassName
{
color: #1319FE;
}
</style>
background-color css
<style>
a { background-color: #1319FE; }
a { background-color: rgb(19,25,254); }
div.DivClassName
{
background-color: #1319FE;
}
.BgClassName
{
background-color: #1319FE;
}
</style>
border-color css
<style>
span { border-color: #1319FE; }
span { border-color: rgb(19,25,254); }
td.TdClassName
{
border-color: #1319FE;
}
.TagClassName
{
border-color: #1319FE;
}
</style>