Shades of Cerulean #1675AC
Tints of Cerulean #1675AC
RGB
CMYK
RGB Variations
Color information
#1675AC (or 0x1675AC) is known color: Cerulean. HEX triplet: 16, 75 and AC. RGB value is (22,117,172). Sum of RGB (Red+Green+Blue) = 22+117+172=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #1675AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1675AC is #E98A53. Grayscale: #5E5E5E. Windows color (decimal): -15305300 or 11302166. OLE color: 11302166.
HSL color Cylindrical-coordinate representation of color #1675AC: hue angle of 202º 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 #1675AC is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 117 | 172 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.33 |
| HSL | 202º | 0.77% | 0.38% | - |
| HSV(B) | 202º | 0.87% | 0.67% | - |
| XYZ | 14.14 | 15.87 | 41.35 | - |
| YUV | 94.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 172 | 0.87 | 0.32 | 0 | 0.33 | 202 | 0.77 | 0.38 |
| Hex | 16 | 75 | AC | 57 | 20 | 0 | 21 | CA | 4D | 26 |
| Octal | 26 | 165 | 254 | 127 | 40 | 0 | 41 | 312 | 115 | 46 |
| Binary | 10110 | 1110101 | 10101100 | 1010111 | 100000 | 0 | 100001 | 11001010 | 1001101 | 100110 |
Color Harmonies of #1675AC
Complementary color
Monochromatic Colors of #1675AC
Black with #1675AC
Text Example
Text Example
White with #1675AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1675AC; }
p { color: rgb(22,117,172); }
H1.HeaderClassName
{
color: #1675AC;
}
.AnyTagClassName
{
color: #1675AC;
}
</style>
background-color css
<style>
a { background-color: #1675AC; }
a { background-color: rgb(22,117,172); }
div.DivClassName
{
background-color: #1675AC;
}
.BgClassName
{
background-color: #1675AC;
}
</style>
border-color css
<style>
span { border-color: #1675AC; }
span { border-color: rgb(22,117,172); }
td.TdClassName
{
border-color: #1675AC;
}
.TagClassName
{
border-color: #1675AC;
}
</style>