Shades of Blue #1315FE
Tints of Blue #1315FE
RGB
CMYK
RGB Variations
Color information
#1315FE (or 0x1315FE) is known color: Blue. HEX triplet: 13, 15 and FE. RGB value is (19,21,254). Sum of RGB (Red+Green+Blue) = 19+21+254=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 254 (99.61% from 255 or 86.39% from 294); Max value from RGB is 254 - color contains mainly: blue. Hex color #1315FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1315FE is #ECEA01. Grayscale: #2E2E2E. Windows color (decimal): -15526402 or 16651539. OLE color: 16651539.
HSL color Cylindrical-coordinate representation of color #1315FE: hue angle of 239.49º 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 #1315FE is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 21 | 254 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.00 |
| HSL | 239.49º | 0.99% | 0.54% | - |
| HSV(B) | 239.49º | 0.93% | 1% | - |
| XYZ | 18.43 | 7.83 | 94.31 | - |
| YUV | 46.96 | 244.84 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 254 | 0.93 | 0.92 | 0 | 0.00 | 239.49 | 0.99 | 0.54 |
| Hex | 13 | 15 | FE | 5D | 5C | 0 | 0 | EF | 63 | 36 |
| Octal | 23 | 25 | 376 | 135 | 134 | 0 | 0 | 357 | 143 | 66 |
| Binary | 10011 | 10101 | 11111110 | 1011101 | 1011100 | 0 | 0 | 11101111 | 1100011 | 110110 |
Color Harmonies of #1315FE
Complementary color
Monochromatic Colors of #1315FE
Black with #1315FE
Text Example
Text Example
White with #1315FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1315FE; }
p { color: rgb(19,21,254); }
H1.HeaderClassName
{
color: #1315FE;
}
.AnyTagClassName
{
color: #1315FE;
}
</style>
background-color css
<style>
a { background-color: #1315FE; }
a { background-color: rgb(19,21,254); }
div.DivClassName
{
background-color: #1315FE;
}
.BgClassName
{
background-color: #1315FE;
}
</style>
border-color css
<style>
span { border-color: #1315FE; }
span { border-color: rgb(19,21,254); }
td.TdClassName
{
border-color: #1315FE;
}
.TagClassName
{
border-color: #1315FE;
}
</style>