Shades of Cerulean #1672AA
Tints of Cerulean #1672AA
RGB
CMYK
RGB Variations
Color information
#1672AA (or 0x1672AA) is known color: Cerulean. HEX triplet: 16, 72 and AA. RGB value is (22,114,170). Sum of RGB (Red+Green+Blue) = 22+114+170=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #1672AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1672AA is #E98D55. Grayscale: #5C5C5C. Windows color (decimal): -15306070 or 11170326. OLE color: 11170326.
HSL color Cylindrical-coordinate representation of color #1672AA: hue angle of 202.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1672AA is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 114 | 170 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.33 |
| HSL | 202.7º | 0.77% | 0.38% | - |
| HSV(B) | 202.7º | 0.87% | 0.67% | - |
| XYZ | 13.6 | 15.11 | 40.23 | - |
| YUV | 92.88 | 171.52 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 170 | 0.87 | 0.33 | 0 | 0.33 | 202.7 | 0.77 | 0.38 |
| Hex | 16 | 72 | AA | 57 | 21 | 0 | 21 | CB | 4D | 26 |
| Octal | 26 | 162 | 252 | 127 | 41 | 0 | 41 | 313 | 115 | 46 |
| Binary | 10110 | 1110010 | 10101010 | 1010111 | 100001 | 0 | 100001 | 11001011 | 1001101 | 100110 |
Color Harmonies of #1672AA
Complementary color
Monochromatic Colors of #1672AA
Black with #1672AA
Text Example
Text Example
White with #1672AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1672AA; }
p { color: rgb(22,114,170); }
H1.HeaderClassName
{
color: #1672AA;
}
.AnyTagClassName
{
color: #1672AA;
}
</style>
background-color css
<style>
a { background-color: #1672AA; }
a { background-color: rgb(22,114,170); }
div.DivClassName
{
background-color: #1672AA;
}
.BgClassName
{
background-color: #1672AA;
}
</style>
border-color css
<style>
span { border-color: #1672AA; }
span { border-color: rgb(22,114,170); }
td.TdClassName
{
border-color: #1672AA;
}
.TagClassName
{
border-color: #1672AA;
}
</style>