Shades of Cerulean #136EAB
Tints of Cerulean #136EAB
RGB
CMYK
RGB Variations
Color information
#136EAB (or 0x136EAB) is known color: Cerulean. HEX triplet: 13, 6E and AB. RGB value is (19,110,171). Sum of RGB (Red+Green+Blue) = 19+110+171=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #136EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136EAB is #EC9154. Grayscale: #595959. Windows color (decimal): -15503701 or 11234835. OLE color: 11234835.
HSL color Cylindrical-coordinate representation of color #136EAB: hue angle of 204.08º 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 #136EAB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 110 | 171 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.33 |
| HSL | 204.08º | 0.8% | 0.37% | - |
| HSV(B) | 204.08º | 0.89% | 0.67% | - |
| XYZ | 13.2 | 14.23 | 40.58 | - |
| YUV | 89.75 | 173.85 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 171 | 0.89 | 0.36 | 0 | 0.33 | 204.08 | 0.8 | 0.37 |
| Hex | 13 | 6E | AB | 59 | 24 | 0 | 21 | CC | 50 | 25 |
| Octal | 23 | 156 | 253 | 131 | 44 | 0 | 41 | 314 | 120 | 45 |
| Binary | 10011 | 1101110 | 10101011 | 1011001 | 100100 | 0 | 100001 | 11001100 | 1010000 | 100101 |
Color Harmonies of #136EAB
Complementary color
Monochromatic Colors of #136EAB
Black with #136EAB
Text Example
Text Example
White with #136EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EAB; }
p { color: rgb(19,110,171); }
H1.HeaderClassName
{
color: #136EAB;
}
.AnyTagClassName
{
color: #136EAB;
}
</style>
background-color css
<style>
a { background-color: #136EAB; }
a { background-color: rgb(19,110,171); }
div.DivClassName
{
background-color: #136EAB;
}
.BgClassName
{
background-color: #136EAB;
}
</style>
border-color css
<style>
span { border-color: #136EAB; }
span { border-color: rgb(19,110,171); }
td.TdClassName
{
border-color: #136EAB;
}
.TagClassName
{
border-color: #136EAB;
}
</style>