Shades of Cerulean #136DA0
Tints of Cerulean #136DA0
RGB
CMYK
RGB Variations
Color information
#136DA0 (or 0x136DA0) is known color: Cerulean. HEX triplet: 13, 6D and A0. RGB value is (19,109,160). Sum of RGB (Red+Green+Blue) = 19+109+160=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #136DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DA0 is #EC925F. Grayscale: #575757. Windows color (decimal): -15503968 or 10513683. OLE color: 10513683.
HSL color Cylindrical-coordinate representation of color #136DA0: hue angle of 201.7º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136DA0 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 109 | 160 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.37 |
| HSL | 201.7º | 0.79% | 0.35% | - |
| HSV(B) | 201.7º | 0.88% | 0.63% | - |
| XYZ | 12.08 | 13.61 | 35.25 | - |
| YUV | 87.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 160 | 0.88 | 0.32 | 0 | 0.37 | 201.7 | 0.79 | 0.35 |
| Hex | 13 | 6D | A0 | 58 | 20 | 0 | 25 | CA | 4F | 23 |
| Octal | 23 | 155 | 240 | 130 | 40 | 0 | 45 | 312 | 117 | 43 |
| Binary | 10011 | 1101101 | 10100000 | 1011000 | 100000 | 0 | 100101 | 11001010 | 1001111 | 100011 |
Color Harmonies of #136DA0
Complementary color
Monochromatic Colors of #136DA0
Black with #136DA0
Text Example
Text Example
White with #136DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DA0; }
p { color: rgb(19,109,160); }
H1.HeaderClassName
{
color: #136DA0;
}
.AnyTagClassName
{
color: #136DA0;
}
</style>
background-color css
<style>
a { background-color: #136DA0; }
a { background-color: rgb(19,109,160); }
div.DivClassName
{
background-color: #136DA0;
}
.BgClassName
{
background-color: #136DA0;
}
</style>
border-color css
<style>
span { border-color: #136DA0; }
span { border-color: rgb(19,109,160); }
td.TdClassName
{
border-color: #136DA0;
}
.TagClassName
{
border-color: #136DA0;
}
</style>