Shades of Cerulean #166EA1
Tints of Cerulean #166EA1
RGB
CMYK
RGB Variations
Color information
#166EA1 (or 0x166EA1) is known color: Cerulean. HEX triplet: 16, 6E and A1. RGB value is (22,110,161). Sum of RGB (Red+Green+Blue) = 22+110+161=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #166EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166EA1 is #E9915E. Grayscale: #595959. Windows color (decimal): -15307103 or 10579478. OLE color: 10579478.
HSL color Cylindrical-coordinate representation of color #166EA1: hue angle of 202.01º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166EA1 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 110 | 161 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.37 |
| HSL | 202.01º | 0.76% | 0.36% | - |
| HSV(B) | 202.01º | 0.86% | 0.63% | - |
| XYZ | 12.34 | 13.9 | 35.75 | - |
| YUV | 89.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 161 | 0.86 | 0.32 | 0 | 0.37 | 202.01 | 0.76 | 0.36 |
| Hex | 16 | 6E | A1 | 56 | 20 | 0 | 25 | CA | 4C | 24 |
| Octal | 26 | 156 | 241 | 126 | 40 | 0 | 45 | 312 | 114 | 44 |
| Binary | 10110 | 1101110 | 10100001 | 1010110 | 100000 | 0 | 100101 | 11001010 | 1001100 | 100100 |
Color Harmonies of #166EA1
Complementary color
Monochromatic Colors of #166EA1
Black with #166EA1
Text Example
Text Example
White with #166EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EA1; }
p { color: rgb(22,110,161); }
H1.HeaderClassName
{
color: #166EA1;
}
.AnyTagClassName
{
color: #166EA1;
}
</style>
background-color css
<style>
a { background-color: #166EA1; }
a { background-color: rgb(22,110,161); }
div.DivClassName
{
background-color: #166EA1;
}
.BgClassName
{
background-color: #166EA1;
}
</style>
border-color css
<style>
span { border-color: #166EA1; }
span { border-color: rgb(22,110,161); }
td.TdClassName
{
border-color: #166EA1;
}
.TagClassName
{
border-color: #166EA1;
}
</style>