Shades of Cerulean #166FA2
Tints of Cerulean #166FA2
RGB
CMYK
RGB Variations
Color information
#166FA2 (or 0x166FA2) is known color: Cerulean. HEX triplet: 16, 6F and A2. RGB value is (22,111,162). Sum of RGB (Red+Green+Blue) = 22+111+162=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #166FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166FA2 is #E9905D. Grayscale: #595959. Windows color (decimal): -15306846 or 10645270. OLE color: 10645270.
HSL color Cylindrical-coordinate representation of color #166FA2: hue angle of 201.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166FA2 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 111 | 162 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.36 |
| HSL | 201.86º | 0.76% | 0.36% | - |
| HSV(B) | 201.86º | 0.86% | 0.64% | - |
| XYZ | 12.54 | 14.15 | 36.25 | - |
| YUV | 90.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 162 | 0.86 | 0.31 | 0 | 0.36 | 201.86 | 0.76 | 0.36 |
| Hex | 16 | 6F | A2 | 56 | 1F | 0 | 24 | CA | 4C | 24 |
| Octal | 26 | 157 | 242 | 126 | 37 | 0 | 44 | 312 | 114 | 44 |
| Binary | 10110 | 1101111 | 10100010 | 1010110 | 11111 | 0 | 100100 | 11001010 | 1001100 | 100100 |
Color Harmonies of #166FA2
Complementary color
Monochromatic Colors of #166FA2
Black with #166FA2
Text Example
Text Example
White with #166FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FA2; }
p { color: rgb(22,111,162); }
H1.HeaderClassName
{
color: #166FA2;
}
.AnyTagClassName
{
color: #166FA2;
}
</style>
background-color css
<style>
a { background-color: #166FA2; }
a { background-color: rgb(22,111,162); }
div.DivClassName
{
background-color: #166FA2;
}
.BgClassName
{
background-color: #166FA2;
}
</style>
border-color css
<style>
span { border-color: #166FA2; }
span { border-color: rgb(22,111,162); }
td.TdClassName
{
border-color: #166FA2;
}
.TagClassName
{
border-color: #166FA2;
}
</style>