Shades of Cerulean #136B9D
Tints of Cerulean #136B9D
RGB
CMYK
RGB Variations
Color information
#136B9D (or 0x136B9D) is known color: Cerulean. HEX triplet: 13, 6B and 9D. RGB value is (19,107,157). Sum of RGB (Red+Green+Blue) = 19+107+157=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #136B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B9D is #EC9462. Grayscale: #565656. Windows color (decimal): -15504483 or 10316563. OLE color: 10316563.
HSL color Cylindrical-coordinate representation of color #136B9D: hue angle of 201.74º degrees, saturation: 0.78, 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 #136B9D is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 107 | 157 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.38 |
| HSL | 201.74º | 0.78% | 0.35% | - |
| HSV(B) | 201.74º | 0.88% | 0.62% | - |
| XYZ | 11.61 | 13.09 | 33.81 | - |
| YUV | 86.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 157 | 0.88 | 0.32 | 0 | 0.38 | 201.74 | 0.78 | 0.35 |
| Hex | 13 | 6B | 9D | 58 | 20 | 0 | 26 | CA | 4E | 23 |
| Octal | 23 | 153 | 235 | 130 | 40 | 0 | 46 | 312 | 116 | 43 |
| Binary | 10011 | 1101011 | 10011101 | 1011000 | 100000 | 0 | 100110 | 11001010 | 1001110 | 100011 |
Color Harmonies of #136B9D
Complementary color
Monochromatic Colors of #136B9D
Black with #136B9D
Text Example
Text Example
White with #136B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B9D; }
p { color: rgb(19,107,157); }
H1.HeaderClassName
{
color: #136B9D;
}
.AnyTagClassName
{
color: #136B9D;
}
</style>
background-color css
<style>
a { background-color: #136B9D; }
a { background-color: rgb(19,107,157); }
div.DivClassName
{
background-color: #136B9D;
}
.BgClassName
{
background-color: #136B9D;
}
</style>
border-color css
<style>
span { border-color: #136B9D; }
span { border-color: rgb(19,107,157); }
td.TdClassName
{
border-color: #136B9D;
}
.TagClassName
{
border-color: #136B9D;
}
</style>