Shades of Cerulean #136F9F
Tints of Cerulean #136F9F
RGB
CMYK
RGB Variations
Color information
#136F9F (or 0x136F9F) is known color: Cerulean. HEX triplet: 13, 6F and 9F. RGB value is (19,111,159). Sum of RGB (Red+Green+Blue) = 19+111+159=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #136F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F9F is #EC9060. Grayscale: #585858. Windows color (decimal): -15503457 or 10448659. OLE color: 10448659.
HSL color Cylindrical-coordinate representation of color #136F9F: hue angle of 200.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136F9F is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 111 | 159 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.38 |
| HSL | 200.57º | 0.79% | 0.35% | - |
| HSV(B) | 200.57º | 0.88% | 0.62% | - |
| XYZ | 12.21 | 14.01 | 34.86 | - |
| YUV | 88.96 | 167.52 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 159 | 0.88 | 0.30 | 0 | 0.38 | 200.57 | 0.79 | 0.35 |
| Hex | 13 | 6F | 9F | 58 | 1E | 0 | 26 | C9 | 4F | 23 |
| Octal | 23 | 157 | 237 | 130 | 36 | 0 | 46 | 311 | 117 | 43 |
| Binary | 10011 | 1101111 | 10011111 | 1011000 | 11110 | 0 | 100110 | 11001001 | 1001111 | 100011 |
Color Harmonies of #136F9F
Complementary color
Monochromatic Colors of #136F9F
Black with #136F9F
Text Example
Text Example
White with #136F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F9F; }
p { color: rgb(19,111,159); }
H1.HeaderClassName
{
color: #136F9F;
}
.AnyTagClassName
{
color: #136F9F;
}
</style>
background-color css
<style>
a { background-color: #136F9F; }
a { background-color: rgb(19,111,159); }
div.DivClassName
{
background-color: #136F9F;
}
.BgClassName
{
background-color: #136F9F;
}
</style>
border-color css
<style>
span { border-color: #136F9F; }
span { border-color: rgb(19,111,159); }
td.TdClassName
{
border-color: #136F9F;
}
.TagClassName
{
border-color: #136F9F;
}
</style>