Shades of Medium Blue #1612CC
Tints of Medium Blue #1612CC
RGB
CMYK
RGB Variations
Color information
#1612CC (or 0x1612CC) is known color: Medium Blue. HEX triplet: 16, 12 and CC. RGB value is (22,18,204). Sum of RGB (Red+Green+Blue) = 22+18+204=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #1612CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1612CC is #E9ED33. Grayscale: #272727. Windows color (decimal): -15330612 or 13373974. OLE color: 13373974.
HSL color Cylindrical-coordinate representation of color #1612CC: hue angle of 241.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1612CC is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 18 | 204 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.2 |
| HSL | 241.29º | 0.84% | 0.44% | - |
| HSV(B) | 241.29º | 0.91% | 0.8% | - |
| XYZ | 11.45 | 4.96 | 57.48 | - |
| YUV | 40.4 | 220.33 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 204 | 0.89 | 0.91 | 0 | 0.2 | 241.29 | 0.84 | 0.44 |
| Hex | 16 | 12 | CC | 59 | 5B | 0 | 14 | F1 | 54 | 2C |
| Octal | 26 | 22 | 314 | 131 | 133 | 0 | 24 | 361 | 124 | 54 |
| Binary | 10110 | 10010 | 11001100 | 1011001 | 1011011 | 0 | 10100 | 11110001 | 1010100 | 101100 |
Color Harmonies of #1612CC
Complementary color
Monochromatic Colors of #1612CC
Black with #1612CC
Text Example
Text Example
White with #1612CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1612CC; }
p { color: rgb(22,18,204); }
H1.HeaderClassName
{
color: #1612CC;
}
.AnyTagClassName
{
color: #1612CC;
}
</style>
background-color css
<style>
a { background-color: #1612CC; }
a { background-color: rgb(22,18,204); }
div.DivClassName
{
background-color: #1612CC;
}
.BgClassName
{
background-color: #1612CC;
}
</style>
border-color css
<style>
span { border-color: #1612CC; }
span { border-color: rgb(22,18,204); }
td.TdClassName
{
border-color: #1612CC;
}
.TagClassName
{
border-color: #1612CC;
}
</style>