Shades of Cerulean #1374AC
Tints of Cerulean #1374AC
RGB
CMYK
RGB Variations
Color information
#1374AC (or 0x1374AC) is known color: Cerulean. HEX triplet: 13, 74 and AC. RGB value is (19,116,172). Sum of RGB (Red+Green+Blue) = 19+116+172=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #1374AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1374AC is #EC8B53. Grayscale: #5D5D5D. Windows color (decimal): -15502164 or 11301907. OLE color: 11301907.
HSL color Cylindrical-coordinate representation of color #1374AC: hue angle of 201.96º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1374AC is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 116 | 172 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.33 |
| HSL | 201.96º | 0.8% | 0.37% | - |
| HSV(B) | 201.96º | 0.89% | 0.67% | - |
| XYZ | 13.96 | 15.61 | 41.31 | - |
| YUV | 93.38 | 172.36 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 172 | 0.89 | 0.33 | 0 | 0.33 | 201.96 | 0.8 | 0.37 |
| Hex | 13 | 74 | AC | 59 | 21 | 0 | 21 | CA | 50 | 25 |
| Octal | 23 | 164 | 254 | 131 | 41 | 0 | 41 | 312 | 120 | 45 |
| Binary | 10011 | 1110100 | 10101100 | 1011001 | 100001 | 0 | 100001 | 11001010 | 1010000 | 100101 |
Color Harmonies of #1374AC
Complementary color
Monochromatic Colors of #1374AC
Black with #1374AC
Text Example
Text Example
White with #1374AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374AC; }
p { color: rgb(19,116,172); }
H1.HeaderClassName
{
color: #1374AC;
}
.AnyTagClassName
{
color: #1374AC;
}
</style>
background-color css
<style>
a { background-color: #1374AC; }
a { background-color: rgb(19,116,172); }
div.DivClassName
{
background-color: #1374AC;
}
.BgClassName
{
background-color: #1374AC;
}
</style>
border-color css
<style>
span { border-color: #1374AC; }
span { border-color: rgb(19,116,172); }
td.TdClassName
{
border-color: #1374AC;
}
.TagClassName
{
border-color: #1374AC;
}
</style>