Shades of Cerulean #1384AE
Tints of Cerulean #1384AE
RGB
CMYK
RGB Variations
Color information
#1384AE (or 0x1384AE) is known color: Cerulean. HEX triplet: 13, 84 and AE. RGB value is (19,132,174). Sum of RGB (Red+Green+Blue) = 19+132+174=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #1384AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1384AE is #EC7B51. Grayscale: #666666. Windows color (decimal): -15498066 or 11437075. OLE color: 11437075.
HSL color Cylindrical-coordinate representation of color #1384AE: hue angle of 196.26º 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 #1384AE is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 132 | 174 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.32 |
| HSL | 196.26º | 0.8% | 0.38% | - |
| HSV(B) | 196.26º | 0.89% | 0.68% | - |
| XYZ | 16.16 | 19.7 | 42.99 | - |
| YUV | 103 | 168.06 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 174 | 0.89 | 0.24 | 0 | 0.32 | 196.26 | 0.8 | 0.38 |
| Hex | 13 | 84 | AE | 59 | 18 | 0 | 20 | C4 | 50 | 26 |
| Octal | 23 | 204 | 256 | 131 | 30 | 0 | 40 | 304 | 120 | 46 |
| Binary | 10011 | 10000100 | 10101110 | 1011001 | 11000 | 0 | 100000 | 11000100 | 1010000 | 100110 |
Color Harmonies of #1384AE
Complementary color
Monochromatic Colors of #1384AE
Black with #1384AE
Text Example
Text Example
White with #1384AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1384AE; }
p { color: rgb(19,132,174); }
H1.HeaderClassName
{
color: #1384AE;
}
.AnyTagClassName
{
color: #1384AE;
}
</style>
background-color css
<style>
a { background-color: #1384AE; }
a { background-color: rgb(19,132,174); }
div.DivClassName
{
background-color: #1384AE;
}
.BgClassName
{
background-color: #1384AE;
}
</style>
border-color css
<style>
span { border-color: #1384AE; }
span { border-color: rgb(19,132,174); }
td.TdClassName
{
border-color: #1384AE;
}
.TagClassName
{
border-color: #1384AE;
}
</style>