Shades of Cerulean #1674AB
Tints of Cerulean #1674AB
RGB
CMYK
RGB Variations
Color information
#1674AB (or 0x1674AB) is known color: Cerulean. HEX triplet: 16, 74 and AB. RGB value is (22,116,171). Sum of RGB (Red+Green+Blue) = 22+116+171=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #1674AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1674AB is #E98B54. Grayscale: #5D5D5D. Windows color (decimal): -15305557 or 11236374. OLE color: 11236374.
HSL color Cylindrical-coordinate representation of color #1674AB: hue angle of 202.15º 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 #1674AB is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 116 | 171 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.33 |
| HSL | 202.15º | 0.77% | 0.38% | - |
| HSV(B) | 202.15º | 0.87% | 0.67% | - |
| XYZ | 13.93 | 15.6 | 40.81 | - |
| YUV | 94.16 | 171.36 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 171 | 0.87 | 0.32 | 0 | 0.33 | 202.15 | 0.77 | 0.38 |
| Hex | 16 | 74 | AB | 57 | 20 | 0 | 21 | CA | 4D | 26 |
| Octal | 26 | 164 | 253 | 127 | 40 | 0 | 41 | 312 | 115 | 46 |
| Binary | 10110 | 1110100 | 10101011 | 1010111 | 100000 | 0 | 100001 | 11001010 | 1001101 | 100110 |
Color Harmonies of #1674AB
Complementary color
Monochromatic Colors of #1674AB
Black with #1674AB
Text Example
Text Example
White with #1674AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1674AB; }
p { color: rgb(22,116,171); }
H1.HeaderClassName
{
color: #1674AB;
}
.AnyTagClassName
{
color: #1674AB;
}
</style>
background-color css
<style>
a { background-color: #1674AB; }
a { background-color: rgb(22,116,171); }
div.DivClassName
{
background-color: #1674AB;
}
.BgClassName
{
background-color: #1674AB;
}
</style>
border-color css
<style>
span { border-color: #1674AB; }
span { border-color: rgb(22,116,171); }
td.TdClassName
{
border-color: #1674AB;
}
.TagClassName
{
border-color: #1674AB;
}
</style>