Shades of Cerulean #1678AB
Tints of Cerulean #1678AB
RGB
CMYK
RGB Variations
Color information
#1678AB (or 0x1678AB) is known color: Cerulean. HEX triplet: 16, 78 and AB. RGB value is (22,120,171). Sum of RGB (Red+Green+Blue) = 22+120+171=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #1678AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1678AB is #E98754. Grayscale: #606060. Windows color (decimal): -15304533 or 11237398. OLE color: 11237398.
HSL color Cylindrical-coordinate representation of color #1678AB: hue angle of 200.54º 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 #1678AB is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 120 | 171 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.33 |
| HSL | 200.54º | 0.77% | 0.38% | - |
| HSV(B) | 200.54º | 0.87% | 0.67% | - |
| XYZ | 14.4 | 16.54 | 40.96 | - |
| YUV | 96.51 | 170.03 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 171 | 0.87 | 0.30 | 0 | 0.33 | 200.54 | 0.77 | 0.38 |
| Hex | 16 | 78 | AB | 57 | 1E | 0 | 21 | C9 | 4D | 26 |
| Octal | 26 | 170 | 253 | 127 | 36 | 0 | 41 | 311 | 115 | 46 |
| Binary | 10110 | 1111000 | 10101011 | 1010111 | 11110 | 0 | 100001 | 11001001 | 1001101 | 100110 |
Color Harmonies of #1678AB
Complementary color
Monochromatic Colors of #1678AB
Black with #1678AB
Text Example
Text Example
White with #1678AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678AB; }
p { color: rgb(22,120,171); }
H1.HeaderClassName
{
color: #1678AB;
}
.AnyTagClassName
{
color: #1678AB;
}
</style>
background-color css
<style>
a { background-color: #1678AB; }
a { background-color: rgb(22,120,171); }
div.DivClassName
{
background-color: #1678AB;
}
.BgClassName
{
background-color: #1678AB;
}
</style>
border-color css
<style>
span { border-color: #1678AB; }
span { border-color: rgb(22,120,171); }
td.TdClassName
{
border-color: #1678AB;
}
.TagClassName
{
border-color: #1678AB;
}
</style>