Shades of Cerulean #1679AB
Tints of Cerulean #1679AB
RGB
CMYK
RGB Variations
Color information
#1679AB (or 0x1679AB) is known color: Cerulean. HEX triplet: 16, 79 and AB. RGB value is (22,121,171). Sum of RGB (Red+Green+Blue) = 22+121+171=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #1679AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1679AB is #E98654. Grayscale: #606060. Windows color (decimal): -15304277 or 11237654. OLE color: 11237654.
HSL color Cylindrical-coordinate representation of color #1679AB: hue angle of 200.13º 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 #1679AB is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 121 | 171 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.33 |
| HSL | 200.13º | 0.77% | 0.38% | - |
| HSV(B) | 200.13º | 0.87% | 0.67% | - |
| XYZ | 14.52 | 16.79 | 41 | - |
| YUV | 97.1 | 169.7 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 171 | 0.87 | 0.29 | 0 | 0.33 | 200.13 | 0.77 | 0.38 |
| Hex | 16 | 79 | AB | 57 | 1D | 0 | 21 | C8 | 4D | 26 |
| Octal | 26 | 171 | 253 | 127 | 35 | 0 | 41 | 310 | 115 | 46 |
| Binary | 10110 | 1111001 | 10101011 | 1010111 | 11101 | 0 | 100001 | 11001000 | 1001101 | 100110 |
Color Harmonies of #1679AB
Complementary color
Monochromatic Colors of #1679AB
Black with #1679AB
Text Example
Text Example
White with #1679AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679AB; }
p { color: rgb(22,121,171); }
H1.HeaderClassName
{
color: #1679AB;
}
.AnyTagClassName
{
color: #1679AB;
}
</style>
background-color css
<style>
a { background-color: #1679AB; }
a { background-color: rgb(22,121,171); }
div.DivClassName
{
background-color: #1679AB;
}
.BgClassName
{
background-color: #1679AB;
}
</style>
border-color css
<style>
span { border-color: #1679AB; }
span { border-color: rgb(22,121,171); }
td.TdClassName
{
border-color: #1679AB;
}
.TagClassName
{
border-color: #1679AB;
}
</style>