Shades of Cerulean #1676AC
Tints of Cerulean #1676AC
RGB
CMYK
RGB Variations
Color information
#1676AC (or 0x1676AC) is known color: Cerulean. HEX triplet: 16, 76 and AC. RGB value is (22,118,172). Sum of RGB (Red+Green+Blue) = 22+118+172=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #1676AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1676AC is #E98953. Grayscale: #5F5F5F. Windows color (decimal): -15305044 or 11302422. OLE color: 11302422.
HSL color Cylindrical-coordinate representation of color #1676AC: hue angle of 201.6º 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 #1676AC is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 118 | 172 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.33 |
| HSL | 201.6º | 0.77% | 0.38% | - |
| HSV(B) | 201.6º | 0.87% | 0.67% | - |
| XYZ | 14.26 | 16.11 | 41.39 | - |
| YUV | 95.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 172 | 0.87 | 0.31 | 0 | 0.33 | 201.6 | 0.77 | 0.38 |
| Hex | 16 | 76 | AC | 57 | 1F | 0 | 21 | CA | 4D | 26 |
| Octal | 26 | 166 | 254 | 127 | 37 | 0 | 41 | 312 | 115 | 46 |
| Binary | 10110 | 1110110 | 10101100 | 1010111 | 11111 | 0 | 100001 | 11001010 | 1001101 | 100110 |
Color Harmonies of #1676AC
Complementary color
Monochromatic Colors of #1676AC
Black with #1676AC
Text Example
Text Example
White with #1676AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1676AC; }
p { color: rgb(22,118,172); }
H1.HeaderClassName
{
color: #1676AC;
}
.AnyTagClassName
{
color: #1676AC;
}
</style>
background-color css
<style>
a { background-color: #1676AC; }
a { background-color: rgb(22,118,172); }
div.DivClassName
{
background-color: #1676AC;
}
.BgClassName
{
background-color: #1676AC;
}
</style>
border-color css
<style>
span { border-color: #1676AC; }
span { border-color: rgb(22,118,172); }
td.TdClassName
{
border-color: #1676AC;
}
.TagClassName
{
border-color: #1676AC;
}
</style>