Shades of Cerulean #167FA0
Tints of Cerulean #167FA0
RGB
CMYK
RGB Variations
Color information
#167FA0 (or 0x167FA0) is known color: Cerulean. HEX triplet: 16, 7F and A0. RGB value is (22,127,160). Sum of RGB (Red+Green+Blue) = 22+127+160=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #167FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167FA0 is #E9805F. Grayscale: #636363. Windows color (decimal): -15302752 or 10518294. OLE color: 10518294.
HSL color Cylindrical-coordinate representation of color #167FA0: hue angle of 194.35º 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 #167FA0 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 127 | 160 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.37 |
| HSL | 194.35º | 0.76% | 0.36% | - |
| HSV(B) | 194.35º | 0.86% | 0.63% | - |
| XYZ | 14.27 | 17.89 | 35.96 | - |
| YUV | 99.37 | 162.21 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 160 | 0.86 | 0.21 | 0 | 0.37 | 194.35 | 0.76 | 0.36 |
| Hex | 16 | 7F | A0 | 56 | 15 | 0 | 25 | C2 | 4C | 24 |
| Octal | 26 | 177 | 240 | 126 | 25 | 0 | 45 | 302 | 114 | 44 |
| Binary | 10110 | 1111111 | 10100000 | 1010110 | 10101 | 0 | 100101 | 11000010 | 1001100 | 100100 |
Color Harmonies of #167FA0
Complementary color
Monochromatic Colors of #167FA0
Black with #167FA0
Text Example
Text Example
White with #167FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167FA0; }
p { color: rgb(22,127,160); }
H1.HeaderClassName
{
color: #167FA0;
}
.AnyTagClassName
{
color: #167FA0;
}
</style>
background-color css
<style>
a { background-color: #167FA0; }
a { background-color: rgb(22,127,160); }
div.DivClassName
{
background-color: #167FA0;
}
.BgClassName
{
background-color: #167FA0;
}
</style>
border-color css
<style>
span { border-color: #167FA0; }
span { border-color: rgb(22,127,160); }
td.TdClassName
{
border-color: #167FA0;
}
.TagClassName
{
border-color: #167FA0;
}
</style>