Shades of Cerulean #1673AE
Tints of Cerulean #1673AE
RGB
CMYK
RGB Variations
Color information
#1673AE (or 0x1673AE) is known color: Cerulean. HEX triplet: 16, 73 and AE. RGB value is (22,115,174). Sum of RGB (Red+Green+Blue) = 22+115+174=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #1673AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1673AE is #E98C51. Grayscale: #5D5D5D. Windows color (decimal): -15305810 or 11432726. OLE color: 11432726.
HSL color Cylindrical-coordinate representation of color #1673AE: hue angle of 203.29º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1673AE is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 115 | 174 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.32 |
| HSL | 203.29º | 0.78% | 0.38% | - |
| HSV(B) | 203.29º | 0.87% | 0.68% | - |
| XYZ | 14.1 | 15.49 | 42.29 | - |
| YUV | 93.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 174 | 0.87 | 0.34 | 0 | 0.32 | 203.29 | 0.78 | 0.38 |
| Hex | 16 | 73 | AE | 57 | 22 | 0 | 20 | CB | 4E | 26 |
| Octal | 26 | 163 | 256 | 127 | 42 | 0 | 40 | 313 | 116 | 46 |
| Binary | 10110 | 1110011 | 10101110 | 1010111 | 100010 | 0 | 100000 | 11001011 | 1001110 | 100110 |
Color Harmonies of #1673AE
Complementary color
Monochromatic Colors of #1673AE
Black with #1673AE
Text Example
Text Example
White with #1673AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673AE; }
p { color: rgb(22,115,174); }
H1.HeaderClassName
{
color: #1673AE;
}
.AnyTagClassName
{
color: #1673AE;
}
</style>
background-color css
<style>
a { background-color: #1673AE; }
a { background-color: rgb(22,115,174); }
div.DivClassName
{
background-color: #1673AE;
}
.BgClassName
{
background-color: #1673AE;
}
</style>
border-color css
<style>
span { border-color: #1673AE; }
span { border-color: rgb(22,115,174); }
td.TdClassName
{
border-color: #1673AE;
}
.TagClassName
{
border-color: #1673AE;
}
</style>