Shades of Cerulean #1377AE
Tints of Cerulean #1377AE
RGB
CMYK
RGB Variations
Color information
#1377AE (or 0x1377AE) is known color: Cerulean. HEX triplet: 13, 77 and AE. RGB value is (19,119,174). Sum of RGB (Red+Green+Blue) = 19+119+174=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #1377AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1377AE is #EC8851. Grayscale: #5F5F5F. Windows color (decimal): -15501394 or 11433747. OLE color: 11433747.
HSL color Cylindrical-coordinate representation of color #1377AE: hue angle of 201.29º 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 #1377AE is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 119 | 174 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.32 |
| HSL | 201.29º | 0.8% | 0.38% | - |
| HSV(B) | 201.29º | 0.89% | 0.68% | - |
| XYZ | 14.51 | 16.39 | 42.44 | - |
| YUV | 95.37 | 172.37 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 174 | 0.89 | 0.32 | 0 | 0.32 | 201.29 | 0.8 | 0.38 |
| Hex | 13 | 77 | AE | 59 | 20 | 0 | 20 | C9 | 50 | 26 |
| Octal | 23 | 167 | 256 | 131 | 40 | 0 | 40 | 311 | 120 | 46 |
| Binary | 10011 | 1110111 | 10101110 | 1011001 | 100000 | 0 | 100000 | 11001001 | 1010000 | 100110 |
Color Harmonies of #1377AE
Complementary color
Monochromatic Colors of #1377AE
Black with #1377AE
Text Example
Text Example
White with #1377AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377AE; }
p { color: rgb(19,119,174); }
H1.HeaderClassName
{
color: #1377AE;
}
.AnyTagClassName
{
color: #1377AE;
}
</style>
background-color css
<style>
a { background-color: #1377AE; }
a { background-color: rgb(19,119,174); }
div.DivClassName
{
background-color: #1377AE;
}
.BgClassName
{
background-color: #1377AE;
}
</style>
border-color css
<style>
span { border-color: #1377AE; }
span { border-color: rgb(19,119,174); }
td.TdClassName
{
border-color: #1377AE;
}
.TagClassName
{
border-color: #1377AE;
}
</style>