Shades of Blue #1612EE
Tints of Blue #1612EE
RGB
CMYK
RGB Variations
Color information
#1612EE (or 0x1612EE) is known color: Blue. HEX triplet: 16, 12 and EE. RGB value is (22,18,238). Sum of RGB (Red+Green+Blue) = 22+18+238=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 238 (93.36% from 255 or 85.61% from 278); Max value from RGB is 238 - color contains mainly: blue. Hex color #1612EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1612EE is #E9ED11. Grayscale: #2B2B2B. Windows color (decimal): -15330578 or 15602198. OLE color: 15602198.
HSL color Cylindrical-coordinate representation of color #1612EE: hue angle of 241.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1612EE is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 18 | 238 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.07 |
| HSL | 241.09º | 0.87% | 0.5% | - |
| HSV(B) | 241.09º | 0.92% | 0.93% | - |
| XYZ | 15.98 | 6.78 | 81.35 | - |
| YUV | 44.28 | 237.33 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 238 | 0.91 | 0.92 | 0 | 0.07 | 241.09 | 0.87 | 0.5 |
| Hex | 16 | 12 | EE | 5B | 5C | 0 | 7 | F1 | 57 | 32 |
| Octal | 26 | 22 | 356 | 133 | 134 | 0 | 7 | 361 | 127 | 62 |
| Binary | 10110 | 10010 | 11101110 | 1011011 | 1011100 | 0 | 111 | 11110001 | 1010111 | 110010 |
Color Harmonies of #1612EE
Complementary color
Monochromatic Colors of #1612EE
Black with #1612EE
Text Example
Text Example
White with #1612EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1612EE; }
p { color: rgb(22,18,238); }
H1.HeaderClassName
{
color: #1612EE;
}
.AnyTagClassName
{
color: #1612EE;
}
</style>
background-color css
<style>
a { background-color: #1612EE; }
a { background-color: rgb(22,18,238); }
div.DivClassName
{
background-color: #1612EE;
}
.BgClassName
{
background-color: #1612EE;
}
</style>
border-color css
<style>
span { border-color: #1612EE; }
span { border-color: rgb(22,18,238); }
td.TdClassName
{
border-color: #1612EE;
}
.TagClassName
{
border-color: #1612EE;
}
</style>