Shades of Cerulean #136F99
Tints of Cerulean #136F99
RGB
CMYK
RGB Variations
Color information
#136F99 (or 0x136F99) is known color: Cerulean. HEX triplet: 13, 6F and 99. RGB value is (19,111,153). Sum of RGB (Red+Green+Blue) = 19+111+153=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #136F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F99 is #EC9066. Grayscale: #585858. Windows color (decimal): -15503463 or 10055443. OLE color: 10055443.
HSL color Cylindrical-coordinate representation of color #136F99: hue angle of 198.81º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136F99 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 111 | 153 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.4 |
| HSL | 198.81º | 0.78% | 0.34% | - |
| HSV(B) | 198.81º | 0.88% | 0.6% | - |
| XYZ | 11.7 | 13.81 | 32.19 | - |
| YUV | 88.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 153 | 0.88 | 0.27 | 0 | 0.4 | 198.81 | 0.78 | 0.34 |
| Hex | 13 | 6F | 99 | 58 | 1B | 0 | 28 | C7 | 4E | 22 |
| Octal | 23 | 157 | 231 | 130 | 33 | 0 | 50 | 307 | 116 | 42 |
| Binary | 10011 | 1101111 | 10011001 | 1011000 | 11011 | 0 | 101000 | 11000111 | 1001110 | 100010 |
Color Harmonies of #136F99
Complementary color
Monochromatic Colors of #136F99
Black with #136F99
Text Example
Text Example
White with #136F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F99; }
p { color: rgb(19,111,153); }
H1.HeaderClassName
{
color: #136F99;
}
.AnyTagClassName
{
color: #136F99;
}
</style>
background-color css
<style>
a { background-color: #136F99; }
a { background-color: rgb(19,111,153); }
div.DivClassName
{
background-color: #136F99;
}
.BgClassName
{
background-color: #136F99;
}
</style>
border-color css
<style>
span { border-color: #136F99; }
span { border-color: rgb(19,111,153); }
td.TdClassName
{
border-color: #136F99;
}
.TagClassName
{
border-color: #136F99;
}
</style>