Shades of Cerulean #1679AD
Tints of Cerulean #1679AD
RGB
CMYK
RGB Variations
Color information
#1679AD (or 0x1679AD) is known color: Cerulean. HEX triplet: 16, 79 and AD. RGB value is (22,121,173). Sum of RGB (Red+Green+Blue) = 22+121+173=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #1679AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1679AD is #E98652. Grayscale: #616161. Windows color (decimal): -15304275 or 11368726. OLE color: 11368726.
HSL color Cylindrical-coordinate representation of color #1679AD: hue angle of 200.66º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1679AD is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 121 | 173 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.32 |
| HSL | 200.66º | 0.77% | 0.38% | - |
| HSV(B) | 200.66º | 0.87% | 0.68% | - |
| XYZ | 14.71 | 16.86 | 42.01 | - |
| YUV | 97.33 | 170.7 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 173 | 0.87 | 0.30 | 0 | 0.32 | 200.66 | 0.77 | 0.38 |
| Hex | 16 | 79 | AD | 57 | 1E | 0 | 20 | C9 | 4D | 26 |
| Octal | 26 | 171 | 255 | 127 | 36 | 0 | 40 | 311 | 115 | 46 |
| Binary | 10110 | 1111001 | 10101101 | 1010111 | 11110 | 0 | 100000 | 11001001 | 1001101 | 100110 |
Color Harmonies of #1679AD
Complementary color
Monochromatic Colors of #1679AD
Black with #1679AD
Text Example
Text Example
White with #1679AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679AD; }
p { color: rgb(22,121,173); }
H1.HeaderClassName
{
color: #1679AD;
}
.AnyTagClassName
{
color: #1679AD;
}
</style>
background-color css
<style>
a { background-color: #1679AD; }
a { background-color: rgb(22,121,173); }
div.DivClassName
{
background-color: #1679AD;
}
.BgClassName
{
background-color: #1679AD;
}
</style>
border-color css
<style>
span { border-color: #1679AD; }
span { border-color: rgb(22,121,173); }
td.TdClassName
{
border-color: #1679AD;
}
.TagClassName
{
border-color: #1679AD;
}
</style>