Shades of Cerulean #1370AB
Tints of Cerulean #1370AB
RGB
CMYK
RGB Variations
Color information
#1370AB (or 0x1370AB) is known color: Cerulean. HEX triplet: 13, 70 and AB. RGB value is (19,112,171). Sum of RGB (Red+Green+Blue) = 19+112+171=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #1370AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1370AB is #EC8F54. Grayscale: #5A5A5A. Windows color (decimal): -15503189 or 11235347. OLE color: 11235347.
HSL color Cylindrical-coordinate representation of color #1370AB: hue angle of 203.29º 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 #1370AB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 112 | 171 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.33 |
| HSL | 203.29º | 0.8% | 0.37% | - |
| HSV(B) | 203.29º | 0.89% | 0.67% | - |
| XYZ | 13.41 | 14.67 | 40.65 | - |
| YUV | 90.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 171 | 0.89 | 0.35 | 0 | 0.33 | 203.29 | 0.8 | 0.37 |
| Hex | 13 | 70 | AB | 59 | 23 | 0 | 21 | CB | 50 | 25 |
| Octal | 23 | 160 | 253 | 131 | 43 | 0 | 41 | 313 | 120 | 45 |
| Binary | 10011 | 1110000 | 10101011 | 1011001 | 100011 | 0 | 100001 | 11001011 | 1010000 | 100101 |
Color Harmonies of #1370AB
Complementary color
Monochromatic Colors of #1370AB
Black with #1370AB
Text Example
Text Example
White with #1370AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370AB; }
p { color: rgb(19,112,171); }
H1.HeaderClassName
{
color: #1370AB;
}
.AnyTagClassName
{
color: #1370AB;
}
</style>
background-color css
<style>
a { background-color: #1370AB; }
a { background-color: rgb(19,112,171); }
div.DivClassName
{
background-color: #1370AB;
}
.BgClassName
{
background-color: #1370AB;
}
</style>
border-color css
<style>
span { border-color: #1370AB; }
span { border-color: rgb(19,112,171); }
td.TdClassName
{
border-color: #1370AB;
}
.TagClassName
{
border-color: #1370AB;
}
</style>