Shades of Blue #1613FA
Tints of Blue #1613FA
RGB
CMYK
RGB Variations
Color information
#1613FA (or 0x1613FA) is known color: Blue. HEX triplet: 16, 13 and FA. RGB value is (22,19,250). Sum of RGB (Red+Green+Blue) = 22+19+250=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 250 (98.05% from 255 or 85.91% from 291); Max value from RGB is 250 - color contains mainly: blue. Hex color #1613FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1613FA is #E9EC05. Grayscale: #2D2D2D. Windows color (decimal): -15330310 or 16388886. OLE color: 16388886.
HSL color Cylindrical-coordinate representation of color #1613FA: hue angle of 240.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1613FA is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 19 | 250 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.02 |
| HSL | 240.78º | 0.96% | 0.53% | - |
| HSV(B) | 240.78º | 0.92% | 0.98% | - |
| XYZ | 17.82 | 7.54 | 90.96 | - |
| YUV | 46.23 | 242.99 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 250 | 0.91 | 0.92 | 0 | 0.02 | 240.78 | 0.96 | 0.53 |
| Hex | 16 | 13 | FA | 5B | 5C | 0 | 2 | F1 | 60 | 35 |
| Octal | 26 | 23 | 372 | 133 | 134 | 0 | 2 | 361 | 140 | 65 |
| Binary | 10110 | 10011 | 11111010 | 1011011 | 1011100 | 0 | 10 | 11110001 | 1100000 | 110101 |
Color Harmonies of #1613FA
Complementary color
Monochromatic Colors of #1613FA
Black with #1613FA
Text Example
Text Example
White with #1613FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1613FA; }
p { color: rgb(22,19,250); }
H1.HeaderClassName
{
color: #1613FA;
}
.AnyTagClassName
{
color: #1613FA;
}
</style>
background-color css
<style>
a { background-color: #1613FA; }
a { background-color: rgb(22,19,250); }
div.DivClassName
{
background-color: #1613FA;
}
.BgClassName
{
background-color: #1613FA;
}
</style>
border-color css
<style>
span { border-color: #1613FA; }
span { border-color: rgb(22,19,250); }
td.TdClassName
{
border-color: #1613FA;
}
.TagClassName
{
border-color: #1613FA;
}
</style>