Shades of Blue #1612FA
Tints of Blue #1612FA
RGB
CMYK
RGB Variations
Color information
#1612FA (or 0x1612FA) is known color: Blue. HEX triplet: 16, 12 and FA. RGB value is (22,18,250). Sum of RGB (Red+Green+Blue) = 22+18+250=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 250 (98.05% from 255 or 86.21% from 290); Max value from RGB is 250 - color contains mainly: blue. Hex color #1612FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1612FA is #E9ED05. Grayscale: #2C2C2C. Windows color (decimal): -15330566 or 16388630. OLE color: 16388630.
HSL color Cylindrical-coordinate representation of color #1612FA: hue angle of 241.03º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1612FA is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 18 | 250 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.02 |
| HSL | 241.03º | 0.96% | 0.53% | - |
| HSV(B) | 241.03º | 0.93% | 0.98% | - |
| XYZ | 17.8 | 7.51 | 90.95 | - |
| YUV | 45.64 | 243.33 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 250 | 0.91 | 0.93 | 0 | 0.02 | 241.03 | 0.96 | 0.53 |
| Hex | 16 | 12 | FA | 5B | 5D | 0 | 2 | F1 | 60 | 35 |
| Octal | 26 | 22 | 372 | 133 | 135 | 0 | 2 | 361 | 140 | 65 |
| Binary | 10110 | 10010 | 11111010 | 1011011 | 1011101 | 0 | 10 | 11110001 | 1100000 | 110101 |
Color Harmonies of #1612FA
Complementary color
Monochromatic Colors of #1612FA
Black with #1612FA
Text Example
Text Example
White with #1612FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1612FA; }
p { color: rgb(22,18,250); }
H1.HeaderClassName
{
color: #1612FA;
}
.AnyTagClassName
{
color: #1612FA;
}
</style>
background-color css
<style>
a { background-color: #1612FA; }
a { background-color: rgb(22,18,250); }
div.DivClassName
{
background-color: #1612FA;
}
.BgClassName
{
background-color: #1612FA;
}
</style>
border-color css
<style>
span { border-color: #1612FA; }
span { border-color: rgb(22,18,250); }
td.TdClassName
{
border-color: #1612FA;
}
.TagClassName
{
border-color: #1612FA;
}
</style>