Shades of Cerulean #1672AB
Tints of Cerulean #1672AB
RGB
CMYK
RGB Variations
Color information
#1672AB (or 0x1672AB) is known color: Cerulean. HEX triplet: 16, 72 and AB. RGB value is (22,114,171). Sum of RGB (Red+Green+Blue) = 22+114+171=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #1672AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1672AB is #E98D54. Grayscale: #5C5C5C. Windows color (decimal): -15306069 or 11235862. OLE color: 11235862.
HSL color Cylindrical-coordinate representation of color #1672AB: hue angle of 202.95º 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 #1672AB is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 114 | 171 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.33 |
| HSL | 202.95º | 0.77% | 0.38% | - |
| HSV(B) | 202.95º | 0.87% | 0.67% | - |
| XYZ | 13.7 | 15.15 | 40.73 | - |
| YUV | 92.99 | 172.02 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 171 | 0.87 | 0.33 | 0 | 0.33 | 202.95 | 0.77 | 0.38 |
| Hex | 16 | 72 | AB | 57 | 21 | 0 | 21 | CB | 4D | 26 |
| Octal | 26 | 162 | 253 | 127 | 41 | 0 | 41 | 313 | 115 | 46 |
| Binary | 10110 | 1110010 | 10101011 | 1010111 | 100001 | 0 | 100001 | 11001011 | 1001101 | 100110 |
Color Harmonies of #1672AB
Complementary color
Monochromatic Colors of #1672AB
Black with #1672AB
Text Example
Text Example
White with #1672AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1672AB; }
p { color: rgb(22,114,171); }
H1.HeaderClassName
{
color: #1672AB;
}
.AnyTagClassName
{
color: #1672AB;
}
</style>
background-color css
<style>
a { background-color: #1672AB; }
a { background-color: rgb(22,114,171); }
div.DivClassName
{
background-color: #1672AB;
}
.BgClassName
{
background-color: #1672AB;
}
</style>
border-color css
<style>
span { border-color: #1672AB; }
span { border-color: rgb(22,114,171); }
td.TdClassName
{
border-color: #1672AB;
}
.TagClassName
{
border-color: #1672AB;
}
</style>