Shades of Cerulean #1080AE
Tints of Cerulean #1080AE
RGB
CMYK
RGB Variations
Color information
#1080AE (or 0x1080AE) is known color: Cerulean. HEX triplet: 10, 80 and AE. RGB value is (16,128,174). Sum of RGB (Red+Green+Blue) = 16+128+174=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #1080AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1080AE is #EF7F51. Grayscale: #636363. Windows color (decimal): -15695698 or 11436048. OLE color: 11436048.
HSL color Cylindrical-coordinate representation of color #1080AE: hue angle of 197.47º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1080AE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 128 | 174 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.32 |
| HSL | 197.47º | 0.83% | 0.37% | - |
| HSV(B) | 197.47º | 0.91% | 0.68% | - |
| XYZ | 15.57 | 18.6 | 42.81 | - |
| YUV | 99.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 174 | 0.91 | 0.26 | 0 | 0.32 | 197.47 | 0.83 | 0.37 |
| Hex | 10 | 80 | AE | 5B | 1A | 0 | 20 | C5 | 53 | 25 |
| Octal | 20 | 200 | 256 | 133 | 32 | 0 | 40 | 305 | 123 | 45 |
| Binary | 10000 | 10000000 | 10101110 | 1011011 | 11010 | 0 | 100000 | 11000101 | 1010011 | 100101 |
Color Harmonies of #1080AE
Complementary color
Monochromatic Colors of #1080AE
Black with #1080AE
Text Example
Text Example
White with #1080AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080AE; }
p { color: rgb(16,128,174); }
H1.HeaderClassName
{
color: #1080AE;
}
.AnyTagClassName
{
color: #1080AE;
}
</style>
background-color css
<style>
a { background-color: #1080AE; }
a { background-color: rgb(16,128,174); }
div.DivClassName
{
background-color: #1080AE;
}
.BgClassName
{
background-color: #1080AE;
}
</style>
border-color css
<style>
span { border-color: #1080AE; }
span { border-color: rgb(16,128,174); }
td.TdClassName
{
border-color: #1080AE;
}
.TagClassName
{
border-color: #1080AE;
}
</style>