Shades of Cerulean #1674AA
Tints of Cerulean #1674AA
RGB
CMYK
RGB Variations
Color information
#1674AA (or 0x1674AA) is known color: Cerulean. HEX triplet: 16, 74 and AA. RGB value is (22,116,170). Sum of RGB (Red+Green+Blue) = 22+116+170=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #1674AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1674AA is #E98B55. Grayscale: #5D5D5D. Windows color (decimal): -15305558 or 11170838. OLE color: 11170838.
HSL color Cylindrical-coordinate representation of color #1674AA: hue angle of 201.89º 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 #1674AA is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 116 | 170 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.33 |
| HSL | 201.89º | 0.77% | 0.38% | - |
| HSV(B) | 201.89º | 0.87% | 0.67% | - |
| XYZ | 13.83 | 15.56 | 40.31 | - |
| YUV | 94.05 | 170.86 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 170 | 0.87 | 0.32 | 0 | 0.33 | 201.89 | 0.77 | 0.38 |
| Hex | 16 | 74 | AA | 57 | 20 | 0 | 21 | CA | 4D | 26 |
| Octal | 26 | 164 | 252 | 127 | 40 | 0 | 41 | 312 | 115 | 46 |
| Binary | 10110 | 1110100 | 10101010 | 1010111 | 100000 | 0 | 100001 | 11001010 | 1001101 | 100110 |
Color Harmonies of #1674AA
Complementary color
Monochromatic Colors of #1674AA
Black with #1674AA
Text Example
Text Example
White with #1674AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1674AA; }
p { color: rgb(22,116,170); }
H1.HeaderClassName
{
color: #1674AA;
}
.AnyTagClassName
{
color: #1674AA;
}
</style>
background-color css
<style>
a { background-color: #1674AA; }
a { background-color: rgb(22,116,170); }
div.DivClassName
{
background-color: #1674AA;
}
.BgClassName
{
background-color: #1674AA;
}
</style>
border-color css
<style>
span { border-color: #1674AA; }
span { border-color: rgb(22,116,170); }
td.TdClassName
{
border-color: #1674AA;
}
.TagClassName
{
border-color: #1674AA;
}
</style>