Shades of Cerulean #1280AE
Tints of Cerulean #1280AE
RGB
CMYK
RGB Variations
Color information
#1280AE (or 0x1280AE) is known color: Cerulean. HEX triplet: 12, 80 and AE. RGB value is (18,128,174). Sum of RGB (Red+Green+Blue) = 18+128+174=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #1280AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1280AE is #ED7F51. Grayscale: #646464. Windows color (decimal): -15564626 or 11436050. OLE color: 11436050.
HSL color Cylindrical-coordinate representation of color #1280AE: hue angle of 197.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1280AE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 128 | 174 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.32 |
| HSL | 197.69º | 0.81% | 0.38% | - |
| HSV(B) | 197.69º | 0.9% | 0.68% | - |
| XYZ | 15.61 | 18.62 | 42.82 | - |
| YUV | 100.35 | 169.56 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 174 | 0.90 | 0.26 | 0 | 0.32 | 197.69 | 0.81 | 0.38 |
| Hex | 12 | 80 | AE | 5A | 1A | 0 | 20 | C6 | 51 | 26 |
| Octal | 22 | 200 | 256 | 132 | 32 | 0 | 40 | 306 | 121 | 46 |
| Binary | 10010 | 10000000 | 10101110 | 1011010 | 11010 | 0 | 100000 | 11000110 | 1010001 | 100110 |
Color Harmonies of #1280AE
Complementary color
Monochromatic Colors of #1280AE
Black with #1280AE
Text Example
Text Example
White with #1280AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1280AE; }
p { color: rgb(18,128,174); }
H1.HeaderClassName
{
color: #1280AE;
}
.AnyTagClassName
{
color: #1280AE;
}
</style>
background-color css
<style>
a { background-color: #1280AE; }
a { background-color: rgb(18,128,174); }
div.DivClassName
{
background-color: #1280AE;
}
.BgClassName
{
background-color: #1280AE;
}
</style>
border-color css
<style>
span { border-color: #1280AE; }
span { border-color: rgb(18,128,174); }
td.TdClassName
{
border-color: #1280AE;
}
.TagClassName
{
border-color: #1280AE;
}
</style>