Shades of Cerulean #166FA1
Tints of Cerulean #166FA1
RGB
CMYK
RGB Variations
Color information
#166FA1 (or 0x166FA1) is known color: Cerulean. HEX triplet: 16, 6F and A1. RGB value is (22,111,161). Sum of RGB (Red+Green+Blue) = 22+111+161=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 161 (63.28% from 255 or 54.76% from 294); Max value from RGB is 161 - color contains mainly: blue. Hex color #166FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166FA1 is #E9905E. Grayscale: #595959. Windows color (decimal): -15306847 or 10579734. OLE color: 10579734.
HSL color Cylindrical-coordinate representation of color #166FA1: hue angle of 201.58º 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 #166FA1 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 111 | 161 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.37 |
| HSL | 201.58º | 0.76% | 0.36% | - |
| HSV(B) | 201.58º | 0.86% | 0.63% | - |
| XYZ | 12.45 | 14.11 | 35.79 | - |
| YUV | 90.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 161 | 0.86 | 0.31 | 0 | 0.37 | 201.58 | 0.76 | 0.36 |
| Hex | 16 | 6F | A1 | 56 | 1F | 0 | 25 | CA | 4C | 24 |
| Octal | 26 | 157 | 241 | 126 | 37 | 0 | 45 | 312 | 114 | 44 |
| Binary | 10110 | 1101111 | 10100001 | 1010110 | 11111 | 0 | 100101 | 11001010 | 1001100 | 100100 |
Color Harmonies of #166FA1
Complementary color
Monochromatic Colors of #166FA1
Black with #166FA1
Text Example
Text Example
White with #166FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FA1; }
p { color: rgb(22,111,161); }
H1.HeaderClassName
{
color: #166FA1;
}
.AnyTagClassName
{
color: #166FA1;
}
</style>
background-color css
<style>
a { background-color: #166FA1; }
a { background-color: rgb(22,111,161); }
div.DivClassName
{
background-color: #166FA1;
}
.BgClassName
{
background-color: #166FA1;
}
</style>
border-color css
<style>
span { border-color: #166FA1; }
span { border-color: rgb(22,111,161); }
td.TdClassName
{
border-color: #166FA1;
}
.TagClassName
{
border-color: #166FA1;
}
</style>