Shades of Cerulean #1C80AA
Tints of Cerulean #1C80AA
RGB
CMYK
RGB Variations
Color information
#1C80AA (or 0x1C80AA) is known color: Cerulean. HEX triplet: 1C, 80 and AA. RGB value is (28,128,170). Sum of RGB (Red+Green+Blue) = 28+128+170=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C80AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C80AA is #E37F55. Grayscale: #666666. Windows color (decimal): -14909270 or 11173916. OLE color: 11173916.
HSL color Cylindrical-coordinate representation of color #1C80AA: hue angle of 197.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C80AA is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 128 | 170 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.33 |
| HSL | 197.75º | 0.72% | 0.39% | - |
| HSV(B) | 197.75º | 0.84% | 0.67% | - |
| XYZ | 15.45 | 18.59 | 40.8 | - |
| YUV | 102.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 128 | 170 | 0.84 | 0.25 | 0 | 0.33 | 197.75 | 0.72 | 0.39 |
| Hex | 1C | 80 | AA | 54 | 19 | 0 | 21 | C6 | 48 | 27 |
| Octal | 34 | 200 | 252 | 124 | 31 | 0 | 41 | 306 | 110 | 47 |
| Binary | 11100 | 10000000 | 10101010 | 1010100 | 11001 | 0 | 100001 | 11000110 | 1001000 | 100111 |
Color Harmonies of #1C80AA
Complementary color
Monochromatic Colors of #1C80AA
Black with #1C80AA
Text Example
Text Example
White with #1C80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C80AA; }
p { color: rgb(28,128,170); }
H1.HeaderClassName
{
color: #1C80AA;
}
.AnyTagClassName
{
color: #1C80AA;
}
</style>
background-color css
<style>
a { background-color: #1C80AA; }
a { background-color: rgb(28,128,170); }
div.DivClassName
{
background-color: #1C80AA;
}
.BgClassName
{
background-color: #1C80AA;
}
</style>
border-color css
<style>
span { border-color: #1C80AA; }
span { border-color: rgb(28,128,170); }
td.TdClassName
{
border-color: #1C80AA;
}
.TagClassName
{
border-color: #1C80AA;
}
</style>