Shades of Cerulean #136DA9
Tints of Cerulean #136DA9
RGB
CMYK
RGB Variations
Color information
#136DA9 (or 0x136DA9) is known color: Cerulean. HEX triplet: 13, 6D and A9. RGB value is (19,109,169). Sum of RGB (Red+Green+Blue) = 19+109+169=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #136DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DA9 is #EC9256. Grayscale: #585858. Windows color (decimal): -15503959 or 11103507. OLE color: 11103507.
HSL color Cylindrical-coordinate representation of color #136DA9: hue angle of 204º 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 #136DA9 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 109 | 169 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.34 |
| HSL | 204º | 0.8% | 0.37% | - |
| HSV(B) | 204º | 0.89% | 0.66% | - |
| XYZ | 12.9 | 13.94 | 39.55 | - |
| YUV | 88.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 169 | 0.89 | 0.36 | 0 | 0.34 | 204 | 0.8 | 0.37 |
| Hex | 13 | 6D | A9 | 59 | 24 | 0 | 22 | CC | 50 | 25 |
| Octal | 23 | 155 | 251 | 131 | 44 | 0 | 42 | 314 | 120 | 45 |
| Binary | 10011 | 1101101 | 10101001 | 1011001 | 100100 | 0 | 100010 | 11001100 | 1010000 | 100101 |
Color Harmonies of #136DA9
Complementary color
Monochromatic Colors of #136DA9
Black with #136DA9
Text Example
Text Example
White with #136DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DA9; }
p { color: rgb(19,109,169); }
H1.HeaderClassName
{
color: #136DA9;
}
.AnyTagClassName
{
color: #136DA9;
}
</style>
background-color css
<style>
a { background-color: #136DA9; }
a { background-color: rgb(19,109,169); }
div.DivClassName
{
background-color: #136DA9;
}
.BgClassName
{
background-color: #136DA9;
}
</style>
border-color css
<style>
span { border-color: #136DA9; }
span { border-color: rgb(19,109,169); }
td.TdClassName
{
border-color: #136DA9;
}
.TagClassName
{
border-color: #136DA9;
}
</style>