Shades of Cerulean #1080AC
Tints of Cerulean #1080AC
RGB
CMYK
RGB Variations
Color information
#1080AC (or 0x1080AC) is known color: Cerulean. HEX triplet: 10, 80 and AC. RGB value is (16,128,172). Sum of RGB (Red+Green+Blue) = 16+128+172=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #1080AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1080AC is #EF7F53. Grayscale: #636363. Windows color (decimal): -15695700 or 11304976. OLE color: 11304976.
HSL color Cylindrical-coordinate representation of color #1080AC: hue angle of 196.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1080AC is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 128 | 172 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.33 |
| HSL | 196.92º | 0.83% | 0.37% | - |
| HSV(B) | 196.92º | 0.91% | 0.67% | - |
| XYZ | 15.38 | 18.53 | 41.8 | - |
| YUV | 99.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 172 | 0.91 | 0.26 | 0 | 0.33 | 196.92 | 0.83 | 0.37 |
| Hex | 10 | 80 | AC | 5B | 1A | 0 | 21 | C5 | 53 | 25 |
| Octal | 20 | 200 | 254 | 133 | 32 | 0 | 41 | 305 | 123 | 45 |
| Binary | 10000 | 10000000 | 10101100 | 1011011 | 11010 | 0 | 100001 | 11000101 | 1010011 | 100101 |
Color Harmonies of #1080AC
Complementary color
Monochromatic Colors of #1080AC
Black with #1080AC
Text Example
Text Example
White with #1080AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080AC; }
p { color: rgb(16,128,172); }
H1.HeaderClassName
{
color: #1080AC;
}
.AnyTagClassName
{
color: #1080AC;
}
</style>
background-color css
<style>
a { background-color: #1080AC; }
a { background-color: rgb(16,128,172); }
div.DivClassName
{
background-color: #1080AC;
}
.BgClassName
{
background-color: #1080AC;
}
</style>
border-color css
<style>
span { border-color: #1080AC; }
span { border-color: rgb(16,128,172); }
td.TdClassName
{
border-color: #1080AC;
}
.TagClassName
{
border-color: #1080AC;
}
</style>