Shades of Blue #1613EF
Tints of Blue #1613EF
RGB
CMYK
RGB Variations
Color information
#1613EF (or 0x1613EF) is known color: Blue. HEX triplet: 16, 13 and EF. RGB value is (22,19,239). Sum of RGB (Red+Green+Blue) = 22+19+239=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #1613EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1613EF is #E9EC10. Grayscale: #2C2C2C. Windows color (decimal): -15330321 or 15667990. OLE color: 15667990.
HSL color Cylindrical-coordinate representation of color #1613EF: hue angle of 240.82º 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 #1613EF is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 19 | 239 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.06 |
| HSL | 240.82º | 0.87% | 0.51% | - |
| HSV(B) | 240.82º | 0.92% | 0.94% | - |
| XYZ | 16.14 | 6.87 | 82.14 | - |
| YUV | 44.98 | 237.49 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 239 | 0.91 | 0.92 | 0 | 0.06 | 240.82 | 0.87 | 0.51 |
| Hex | 16 | 13 | EF | 5B | 5C | 0 | 6 | F1 | 57 | 33 |
| Octal | 26 | 23 | 357 | 133 | 134 | 0 | 6 | 361 | 127 | 63 |
| Binary | 10110 | 10011 | 11101111 | 1011011 | 1011100 | 0 | 110 | 11110001 | 1010111 | 110011 |
Color Harmonies of #1613EF
Complementary color
Monochromatic Colors of #1613EF
Black with #1613EF
Text Example
Text Example
White with #1613EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1613EF; }
p { color: rgb(22,19,239); }
H1.HeaderClassName
{
color: #1613EF;
}
.AnyTagClassName
{
color: #1613EF;
}
</style>
background-color css
<style>
a { background-color: #1613EF; }
a { background-color: rgb(22,19,239); }
div.DivClassName
{
background-color: #1613EF;
}
.BgClassName
{
background-color: #1613EF;
}
</style>
border-color css
<style>
span { border-color: #1613EF; }
span { border-color: rgb(22,19,239); }
td.TdClassName
{
border-color: #1613EF;
}
.TagClassName
{
border-color: #1613EF;
}
</style>