Shades of Blue #1613EB
Tints of Blue #1613EB
RGB
CMYK
RGB Variations
Color information
#1613EB (or 0x1613EB) is known color: Blue. HEX triplet: 16, 13 and EB. RGB value is (22,19,235). Sum of RGB (Red+Green+Blue) = 22+19+235=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 235 (92.19% from 255 or 85.14% from 276); Max value from RGB is 235 - color contains mainly: blue. Hex color #1613EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1613EB is #E9EC14. Grayscale: #2B2B2B. Windows color (decimal): -15330325 or 15405846. OLE color: 15405846.
HSL color Cylindrical-coordinate representation of color #1613EB: hue angle of 240.83º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1613EB is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 19 | 235 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.08 |
| HSL | 240.83º | 0.85% | 0.5% | - |
| HSV(B) | 240.83º | 0.92% | 0.92% | - |
| XYZ | 15.56 | 6.63 | 79.06 | - |
| YUV | 44.52 | 235.49 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 235 | 0.91 | 0.92 | 0 | 0.08 | 240.83 | 0.85 | 0.5 |
| Hex | 16 | 13 | EB | 5B | 5C | 0 | 8 | F1 | 55 | 32 |
| Octal | 26 | 23 | 353 | 133 | 134 | 0 | 10 | 361 | 125 | 62 |
| Binary | 10110 | 10011 | 11101011 | 1011011 | 1011100 | 0 | 1000 | 11110001 | 1010101 | 110010 |
Color Harmonies of #1613EB
Complementary color
Monochromatic Colors of #1613EB
Black with #1613EB
Text Example
Text Example
White with #1613EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1613EB; }
p { color: rgb(22,19,235); }
H1.HeaderClassName
{
color: #1613EB;
}
.AnyTagClassName
{
color: #1613EB;
}
</style>
background-color css
<style>
a { background-color: #1613EB; }
a { background-color: rgb(22,19,235); }
div.DivClassName
{
background-color: #1613EB;
}
.BgClassName
{
background-color: #1613EB;
}
</style>
border-color css
<style>
span { border-color: #1613EB; }
span { border-color: rgb(22,19,235); }
td.TdClassName
{
border-color: #1613EB;
}
.TagClassName
{
border-color: #1613EB;
}
</style>