Shades of Cerulean #1374AE
Tints of Cerulean #1374AE
RGB
CMYK
RGB Variations
Color information
#1374AE (or 0x1374AE) is known color: Cerulean. HEX triplet: 13, 74 and AE. RGB value is (19,116,174). Sum of RGB (Red+Green+Blue) = 19+116+174=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #1374AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1374AE is #EC8B51. Grayscale: #5D5D5D. Windows color (decimal): -15502162 or 11432979. OLE color: 11432979.
HSL color Cylindrical-coordinate representation of color #1374AE: hue angle of 202.45º 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 #1374AE is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 116 | 174 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.32 |
| HSL | 202.45º | 0.8% | 0.38% | - |
| HSV(B) | 202.45º | 0.89% | 0.68% | - |
| XYZ | 14.15 | 15.69 | 42.33 | - |
| YUV | 93.61 | 173.36 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 174 | 0.89 | 0.33 | 0 | 0.32 | 202.45 | 0.8 | 0.38 |
| Hex | 13 | 74 | AE | 59 | 21 | 0 | 20 | CA | 50 | 26 |
| Octal | 23 | 164 | 256 | 131 | 41 | 0 | 40 | 312 | 120 | 46 |
| Binary | 10011 | 1110100 | 10101110 | 1011001 | 100001 | 0 | 100000 | 11001010 | 1010000 | 100110 |
Color Harmonies of #1374AE
Complementary color
Monochromatic Colors of #1374AE
Black with #1374AE
Text Example
Text Example
White with #1374AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374AE; }
p { color: rgb(19,116,174); }
H1.HeaderClassName
{
color: #1374AE;
}
.AnyTagClassName
{
color: #1374AE;
}
</style>
background-color css
<style>
a { background-color: #1374AE; }
a { background-color: rgb(19,116,174); }
div.DivClassName
{
background-color: #1374AE;
}
.BgClassName
{
background-color: #1374AE;
}
</style>
border-color css
<style>
span { border-color: #1374AE; }
span { border-color: rgb(19,116,174); }
td.TdClassName
{
border-color: #1374AE;
}
.TagClassName
{
border-color: #1374AE;
}
</style>