Shades of Cerulean #1380AB
Tints of Cerulean #1380AB
RGB
CMYK
RGB Variations
Color information
#1380AB (or 0x1380AB) is known color: Cerulean. HEX triplet: 13, 80 and AB. RGB value is (19,128,171). Sum of RGB (Red+Green+Blue) = 19+128+171=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #1380AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1380AB is #EC7F54. Grayscale: #646464. Windows color (decimal): -15499093 or 11239443. OLE color: 11239443.
HSL color Cylindrical-coordinate representation of color #1380AB: hue angle of 196.97º 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 #1380AB is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 128 | 171 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.33 |
| HSL | 196.97º | 0.8% | 0.37% | - |
| HSV(B) | 196.97º | 0.89% | 0.67% | - |
| XYZ | 15.34 | 18.52 | 41.29 | - |
| YUV | 100.31 | 167.89 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 171 | 0.89 | 0.25 | 0 | 0.33 | 196.97 | 0.8 | 0.37 |
| Hex | 13 | 80 | AB | 59 | 19 | 0 | 21 | C5 | 50 | 25 |
| Octal | 23 | 200 | 253 | 131 | 31 | 0 | 41 | 305 | 120 | 45 |
| Binary | 10011 | 10000000 | 10101011 | 1011001 | 11001 | 0 | 100001 | 11000101 | 1010000 | 100101 |
Color Harmonies of #1380AB
Complementary color
Monochromatic Colors of #1380AB
Black with #1380AB
Text Example
Text Example
White with #1380AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380AB; }
p { color: rgb(19,128,171); }
H1.HeaderClassName
{
color: #1380AB;
}
.AnyTagClassName
{
color: #1380AB;
}
</style>
background-color css
<style>
a { background-color: #1380AB; }
a { background-color: rgb(19,128,171); }
div.DivClassName
{
background-color: #1380AB;
}
.BgClassName
{
background-color: #1380AB;
}
</style>
border-color css
<style>
span { border-color: #1380AB; }
span { border-color: rgb(19,128,171); }
td.TdClassName
{
border-color: #1380AB;
}
.TagClassName
{
border-color: #1380AB;
}
</style>