Shades of Blue #1606EF
Tints of Blue #1606EF
RGB
CMYK
RGB Variations
Color information
#1606EF (or 0x1606EF) is known color: Blue. HEX triplet: 16, 06 and EF. RGB value is (22,6,239). Sum of RGB (Red+Green+Blue) = 22+6+239=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #1606EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1606EF is #E9F910. Grayscale: #242424. Windows color (decimal): -15333649 or 15664662. OLE color: 15664662.
HSL color Cylindrical-coordinate representation of color #1606EF: hue angle of 244.12º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1606EF is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 6 | 239 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.06 |
| HSL | 244.12º | 0.95% | 0.48% | - |
| HSV(B) | 244.12º | 0.97% | 0.94% | - |
| XYZ | 15.98 | 6.53 | 82.08 | - |
| YUV | 37.35 | 241.8 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 239 | 0.91 | 0.97 | 0 | 0.06 | 244.12 | 0.95 | 0.48 |
| Hex | 16 | 6 | EF | 5B | 61 | 0 | 6 | F4 | 5F | 30 |
| Octal | 26 | 6 | 357 | 133 | 141 | 0 | 6 | 364 | 137 | 60 |
| Binary | 10110 | 110 | 11101111 | 1011011 | 1100001 | 0 | 110 | 11110100 | 1011111 | 110000 |
Color Harmonies of #1606EF
Complementary color
Monochromatic Colors of #1606EF
Black with #1606EF
Text Example
Text Example
White with #1606EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1606EF; }
p { color: rgb(22,6,239); }
H1.HeaderClassName
{
color: #1606EF;
}
.AnyTagClassName
{
color: #1606EF;
}
</style>
background-color css
<style>
a { background-color: #1606EF; }
a { background-color: rgb(22,6,239); }
div.DivClassName
{
background-color: #1606EF;
}
.BgClassName
{
background-color: #1606EF;
}
</style>
border-color css
<style>
span { border-color: #1606EF; }
span { border-color: rgb(22,6,239); }
td.TdClassName
{
border-color: #1606EF;
}
.TagClassName
{
border-color: #1606EF;
}
</style>