Shades of Blue #1320EF
Tints of Blue #1320EF
RGB
CMYK
RGB Variations
Color information
#1320EF (or 0x1320EF) is known color: Blue. HEX triplet: 13, 20 and EF. RGB value is (19,32,239). Sum of RGB (Red+Green+Blue) = 19+32+239=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #1320EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1320EF is #ECDF10. Grayscale: #323232. Windows color (decimal): -15523601 or 15671315. OLE color: 15671315.
HSL color Cylindrical-coordinate representation of color #1320EF: hue angle of 236.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1320EF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 32 | 239 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.06 |
| HSL | 236.45º | 0.87% | 0.51% | - |
| HSV(B) | 236.45º | 0.92% | 0.94% | - |
| XYZ | 16.37 | 7.4 | 82.23 | - |
| YUV | 51.71 | 233.69 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 239 | 0.92 | 0.87 | 0 | 0.06 | 236.45 | 0.87 | 0.51 |
| Hex | 13 | 20 | EF | 5C | 57 | 0 | 6 | EC | 57 | 33 |
| Octal | 23 | 40 | 357 | 134 | 127 | 0 | 6 | 354 | 127 | 63 |
| Binary | 10011 | 100000 | 11101111 | 1011100 | 1010111 | 0 | 110 | 11101100 | 1010111 | 110011 |
Color Harmonies of #1320EF
Complementary color
Monochromatic Colors of #1320EF
Black with #1320EF
Text Example
Text Example
White with #1320EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1320EF; }
p { color: rgb(19,32,239); }
H1.HeaderClassName
{
color: #1320EF;
}
.AnyTagClassName
{
color: #1320EF;
}
</style>
background-color css
<style>
a { background-color: #1320EF; }
a { background-color: rgb(19,32,239); }
div.DivClassName
{
background-color: #1320EF;
}
.BgClassName
{
background-color: #1320EF;
}
</style>
border-color css
<style>
span { border-color: #1320EF; }
span { border-color: rgb(19,32,239); }
td.TdClassName
{
border-color: #1320EF;
}
.TagClassName
{
border-color: #1320EF;
}
</style>