Shades of Cerulean #136EA8
Tints of Cerulean #136EA8
RGB
CMYK
RGB Variations
Color information
#136EA8 (or 0x136EA8) is known color: Cerulean. HEX triplet: 13, 6E and A8. RGB value is (19,110,168). Sum of RGB (Red+Green+Blue) = 19+110+168=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #136EA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136EA8 is #EC9157. Grayscale: #595959. Windows color (decimal): -15503704 or 11038227. OLE color: 11038227.
HSL color Cylindrical-coordinate representation of color #136EA8: hue angle of 203.36º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136EA8 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 110 | 168 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.34 |
| HSL | 203.36º | 0.8% | 0.37% | - |
| HSV(B) | 203.36º | 0.89% | 0.66% | - |
| XYZ | 12.91 | 14.12 | 39.09 | - |
| YUV | 89.4 | 172.35 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 168 | 0.89 | 0.35 | 0 | 0.34 | 203.36 | 0.8 | 0.37 |
| Hex | 13 | 6E | A8 | 59 | 23 | 0 | 22 | CB | 50 | 25 |
| Octal | 23 | 156 | 250 | 131 | 43 | 0 | 42 | 313 | 120 | 45 |
| Binary | 10011 | 1101110 | 10101000 | 1011001 | 100011 | 0 | 100010 | 11001011 | 1010000 | 100101 |
Color Harmonies of #136EA8
Complementary color
Monochromatic Colors of #136EA8
Black with #136EA8
Text Example
Text Example
White with #136EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EA8; }
p { color: rgb(19,110,168); }
H1.HeaderClassName
{
color: #136EA8;
}
.AnyTagClassName
{
color: #136EA8;
}
</style>
background-color css
<style>
a { background-color: #136EA8; }
a { background-color: rgb(19,110,168); }
div.DivClassName
{
background-color: #136EA8;
}
.BgClassName
{
background-color: #136EA8;
}
</style>
border-color css
<style>
span { border-color: #136EA8; }
span { border-color: rgb(19,110,168); }
td.TdClassName
{
border-color: #136EA8;
}
.TagClassName
{
border-color: #136EA8;
}
</style>