Shades of Cerulean #136F9A
Tints of Cerulean #136F9A
RGB
CMYK
RGB Variations
Color information
#136F9A (or 0x136F9A) is known color: Cerulean. HEX triplet: 13, 6F and 9A. RGB value is (19,111,154). Sum of RGB (Red+Green+Blue) = 19+111+154=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #136F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F9A is #EC9065. Grayscale: #585858. Windows color (decimal): -15503462 or 10120979. OLE color: 10120979.
HSL color Cylindrical-coordinate representation of color #136F9A: hue angle of 199.11º 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 #136F9A is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 111 | 154 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.40 |
| HSL | 199.11º | 0.78% | 0.34% | - |
| HSV(B) | 199.11º | 0.88% | 0.6% | - |
| XYZ | 11.79 | 13.84 | 32.62 | - |
| YUV | 88.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 154 | 0.88 | 0.28 | 0 | 0.40 | 199.11 | 0.78 | 0.34 |
| Hex | 13 | 6F | 9A | 58 | 1C | 0 | 28 | C7 | 4E | 22 |
| Octal | 23 | 157 | 232 | 130 | 34 | 0 | 50 | 307 | 116 | 42 |
| Binary | 10011 | 1101111 | 10011010 | 1011000 | 11100 | 0 | 101000 | 11000111 | 1001110 | 100010 |
Color Harmonies of #136F9A
Complementary color
Monochromatic Colors of #136F9A
Black with #136F9A
Text Example
Text Example
White with #136F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F9A; }
p { color: rgb(19,111,154); }
H1.HeaderClassName
{
color: #136F9A;
}
.AnyTagClassName
{
color: #136F9A;
}
</style>
background-color css
<style>
a { background-color: #136F9A; }
a { background-color: rgb(19,111,154); }
div.DivClassName
{
background-color: #136F9A;
}
.BgClassName
{
background-color: #136F9A;
}
</style>
border-color css
<style>
span { border-color: #136F9A; }
span { border-color: rgb(19,111,154); }
td.TdClassName
{
border-color: #136F9A;
}
.TagClassName
{
border-color: #136F9A;
}
</style>