Shades of Blue #1314E9
Tints of Blue #1314E9
RGB
CMYK
RGB Variations
Color information
#1314E9 (or 0x1314E9) is known color: Blue. HEX triplet: 13, 14 and E9. RGB value is (19,20,233). Sum of RGB (Red+Green+Blue) = 19+20+233=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 233 (91.41% from 255 or 85.66% from 272); Max value from RGB is 233 - color contains mainly: blue. Hex color #1314E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1314E9 is #ECEB16. Grayscale: #2B2B2B. Windows color (decimal): -15526679 or 15275027. OLE color: 15275027.
HSL color Cylindrical-coordinate representation of color #1314E9: hue angle of 239.72º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1314E9 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 20 | 233 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.09 |
| HSL | 239.72º | 0.85% | 0.49% | - |
| HSV(B) | 239.72º | 0.92% | 0.91% | - |
| XYZ | 15.23 | 6.52 | 77.55 | - |
| YUV | 43.98 | 234.67 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 233 | 0.92 | 0.91 | 0 | 0.09 | 239.72 | 0.85 | 0.49 |
| Hex | 13 | 14 | E9 | 5C | 5B | 0 | 9 | F0 | 55 | 31 |
| Octal | 23 | 24 | 351 | 134 | 133 | 0 | 11 | 360 | 125 | 61 |
| Binary | 10011 | 10100 | 11101001 | 1011100 | 1011011 | 0 | 1001 | 11110000 | 1010101 | 110001 |
Color Harmonies of #1314E9
Complementary color
Monochromatic Colors of #1314E9
Black with #1314E9
Text Example
Text Example
White with #1314E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1314E9; }
p { color: rgb(19,20,233); }
H1.HeaderClassName
{
color: #1314E9;
}
.AnyTagClassName
{
color: #1314E9;
}
</style>
background-color css
<style>
a { background-color: #1314E9; }
a { background-color: rgb(19,20,233); }
div.DivClassName
{
background-color: #1314E9;
}
.BgClassName
{
background-color: #1314E9;
}
</style>
border-color css
<style>
span { border-color: #1314E9; }
span { border-color: rgb(19,20,233); }
td.TdClassName
{
border-color: #1314E9;
}
.TagClassName
{
border-color: #1314E9;
}
</style>