Shades of Cerulean #1380AE
Tints of Cerulean #1380AE
RGB
CMYK
RGB Variations
Color information
#1380AE (or 0x1380AE) is known color: Cerulean. HEX triplet: 13, 80 and AE. RGB value is (19,128,174). Sum of RGB (Red+Green+Blue) = 19+128+174=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #1380AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1380AE is #EC7F51. Grayscale: #646464. Windows color (decimal): -15499090 or 11436051. OLE color: 11436051.
HSL color Cylindrical-coordinate representation of color #1380AE: hue angle of 197.81º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1380AE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 128 | 174 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.32 |
| HSL | 197.81º | 0.8% | 0.38% | - |
| HSV(B) | 197.81º | 0.89% | 0.68% | - |
| XYZ | 15.63 | 18.63 | 42.82 | - |
| YUV | 100.65 | 169.39 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 174 | 0.89 | 0.26 | 0 | 0.32 | 197.81 | 0.8 | 0.38 |
| Hex | 13 | 80 | AE | 59 | 1A | 0 | 20 | C6 | 50 | 26 |
| Octal | 23 | 200 | 256 | 131 | 32 | 0 | 40 | 306 | 120 | 46 |
| Binary | 10011 | 10000000 | 10101110 | 1011001 | 11010 | 0 | 100000 | 11000110 | 1010000 | 100110 |
Color Harmonies of #1380AE
Complementary color
Monochromatic Colors of #1380AE
Black with #1380AE
Text Example
Text Example
White with #1380AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380AE; }
p { color: rgb(19,128,174); }
H1.HeaderClassName
{
color: #1380AE;
}
.AnyTagClassName
{
color: #1380AE;
}
</style>
background-color css
<style>
a { background-color: #1380AE; }
a { background-color: rgb(19,128,174); }
div.DivClassName
{
background-color: #1380AE;
}
.BgClassName
{
background-color: #1380AE;
}
</style>
border-color css
<style>
span { border-color: #1380AE; }
span { border-color: rgb(19,128,174); }
td.TdClassName
{
border-color: #1380AE;
}
.TagClassName
{
border-color: #1380AE;
}
</style>