Shades of Blue #1318FE
Tints of Blue #1318FE
RGB
CMYK
RGB Variations
Color information
#1318FE (or 0x1318FE) is known color: Blue. HEX triplet: 13, 18 and FE. RGB value is (19,24,254). Sum of RGB (Red+Green+Blue) = 19+24+254=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 254 (99.61% from 255 or 85.52% from 297); Max value from RGB is 254 - color contains mainly: blue. Hex color #1318FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1318FE is #ECE701. Grayscale: #2F2F2F. Windows color (decimal): -15525634 or 16652307. OLE color: 16652307.
HSL color Cylindrical-coordinate representation of color #1318FE: hue angle of 238.72º 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 #1318FE is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 24 | 254 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.00 |
| HSL | 238.72º | 0.99% | 0.54% | - |
| HSV(B) | 238.72º | 0.93% | 1% | - |
| XYZ | 18.48 | 7.95 | 94.33 | - |
| YUV | 48.73 | 243.84 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 254 | 0.93 | 0.91 | 0 | 0.00 | 238.72 | 0.99 | 0.54 |
| Hex | 13 | 18 | FE | 5D | 5B | 0 | 0 | EF | 63 | 36 |
| Octal | 23 | 30 | 376 | 135 | 133 | 0 | 0 | 357 | 143 | 66 |
| Binary | 10011 | 11000 | 11111110 | 1011101 | 1011011 | 0 | 0 | 11101111 | 1100011 | 110110 |
Color Harmonies of #1318FE
Complementary color
Monochromatic Colors of #1318FE
Black with #1318FE
Text Example
Text Example
White with #1318FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1318FE; }
p { color: rgb(19,24,254); }
H1.HeaderClassName
{
color: #1318FE;
}
.AnyTagClassName
{
color: #1318FE;
}
</style>
background-color css
<style>
a { background-color: #1318FE; }
a { background-color: rgb(19,24,254); }
div.DivClassName
{
background-color: #1318FE;
}
.BgClassName
{
background-color: #1318FE;
}
</style>
border-color css
<style>
span { border-color: #1318FE; }
span { border-color: rgb(19,24,254); }
td.TdClassName
{
border-color: #1318FE;
}
.TagClassName
{
border-color: #1318FE;
}
</style>