Shades of Medium Blue #1A16CC
Tints of Medium Blue #1A16CC
RGB
CMYK
RGB Variations
Color information
#1A16CC (or 0x1A16CC) is known color: Medium Blue. HEX triplet: 1A, 16 and CC. RGB value is (26,22,204). Sum of RGB (Red+Green+Blue) = 26+22+204=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A16CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A16CC is #E5E933. Grayscale: #2B2B2B. Windows color (decimal): -15067444 or 13375002. OLE color: 13375002.
HSL color Cylindrical-coordinate representation of color #1A16CC: hue angle of 241.32º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A16CC is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 22 | 204 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.2 |
| HSL | 241.32º | 0.81% | 0.44% | - |
| HSV(B) | 241.32º | 0.89% | 0.8% | - |
| XYZ | 11.61 | 5.15 | 57.51 | - |
| YUV | 43.94 | 218.33 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 204 | 0.87 | 0.89 | 0 | 0.2 | 241.32 | 0.81 | 0.44 |
| Hex | 1A | 16 | CC | 57 | 59 | 0 | 14 | F1 | 51 | 2C |
| Octal | 32 | 26 | 314 | 127 | 131 | 0 | 24 | 361 | 121 | 54 |
| Binary | 11010 | 10110 | 11001100 | 1010111 | 1011001 | 0 | 10100 | 11110001 | 1010001 | 101100 |
Color Harmonies of #1A16CC
Complementary color
Monochromatic Colors of #1A16CC
Black with #1A16CC
Text Example
Text Example
White with #1A16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A16CC; }
p { color: rgb(26,22,204); }
H1.HeaderClassName
{
color: #1A16CC;
}
.AnyTagClassName
{
color: #1A16CC;
}
</style>
background-color css
<style>
a { background-color: #1A16CC; }
a { background-color: rgb(26,22,204); }
div.DivClassName
{
background-color: #1A16CC;
}
.BgClassName
{
background-color: #1A16CC;
}
</style>
border-color css
<style>
span { border-color: #1A16CC; }
span { border-color: rgb(26,22,204); }
td.TdClassName
{
border-color: #1A16CC;
}
.TagClassName
{
border-color: #1A16CC;
}
</style>