Shades of Cerulean #1386AB
Tints of Cerulean #1386AB
RGB
CMYK
RGB Variations
Color information
#1386AB (or 0x1386AB) is known color: Cerulean. HEX triplet: 13, 86 and AB. RGB value is (19,134,171). Sum of RGB (Red+Green+Blue) = 19+134+171=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #1386AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1386AB is #EC7954. Grayscale: #676767. Windows color (decimal): -15497557 or 11240979. OLE color: 11240979.
HSL color Cylindrical-coordinate representation of color #1386AB: hue angle of 194.61º 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 #1386AB is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 134 | 171 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.33 |
| HSL | 194.61º | 0.8% | 0.37% | - |
| HSV(B) | 194.61º | 0.89% | 0.67% | - |
| XYZ | 16.14 | 20.13 | 41.56 | - |
| YUV | 103.83 | 165.9 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 171 | 0.89 | 0.22 | 0 | 0.33 | 194.61 | 0.8 | 0.37 |
| Hex | 13 | 86 | AB | 59 | 16 | 0 | 21 | C3 | 50 | 25 |
| Octal | 23 | 206 | 253 | 131 | 26 | 0 | 41 | 303 | 120 | 45 |
| Binary | 10011 | 10000110 | 10101011 | 1011001 | 10110 | 0 | 100001 | 11000011 | 1010000 | 100101 |
Color Harmonies of #1386AB
Complementary color
Monochromatic Colors of #1386AB
Black with #1386AB
Text Example
Text Example
White with #1386AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1386AB; }
p { color: rgb(19,134,171); }
H1.HeaderClassName
{
color: #1386AB;
}
.AnyTagClassName
{
color: #1386AB;
}
</style>
background-color css
<style>
a { background-color: #1386AB; }
a { background-color: rgb(19,134,171); }
div.DivClassName
{
background-color: #1386AB;
}
.BgClassName
{
background-color: #1386AB;
}
</style>
border-color css
<style>
span { border-color: #1386AB; }
span { border-color: rgb(19,134,171); }
td.TdClassName
{
border-color: #1386AB;
}
.TagClassName
{
border-color: #1386AB;
}
</style>