Shades of Cerulean #136FAB
Tints of Cerulean #136FAB
RGB
CMYK
RGB Variations
Color information
#136FAB (or 0x136FAB) is known color: Cerulean. HEX triplet: 13, 6F and AB. RGB value is (19,111,171). Sum of RGB (Red+Green+Blue) = 19+111+171=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #136FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136FAB is #EC9054. Grayscale: #5A5A5A. Windows color (decimal): -15503445 or 11235091. OLE color: 11235091.
HSL color Cylindrical-coordinate representation of color #136FAB: hue angle of 203.68º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136FAB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 111 | 171 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.33 |
| HSL | 203.68º | 0.8% | 0.37% | - |
| HSV(B) | 203.68º | 0.89% | 0.67% | - |
| XYZ | 13.3 | 14.45 | 40.62 | - |
| YUV | 90.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 171 | 0.89 | 0.35 | 0 | 0.33 | 203.68 | 0.8 | 0.37 |
| Hex | 13 | 6F | AB | 59 | 23 | 0 | 21 | CC | 50 | 25 |
| Octal | 23 | 157 | 253 | 131 | 43 | 0 | 41 | 314 | 120 | 45 |
| Binary | 10011 | 1101111 | 10101011 | 1011001 | 100011 | 0 | 100001 | 11001100 | 1010000 | 100101 |
Color Harmonies of #136FAB
Complementary color
Monochromatic Colors of #136FAB
Black with #136FAB
Text Example
Text Example
White with #136FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FAB; }
p { color: rgb(19,111,171); }
H1.HeaderClassName
{
color: #136FAB;
}
.AnyTagClassName
{
color: #136FAB;
}
</style>
background-color css
<style>
a { background-color: #136FAB; }
a { background-color: rgb(19,111,171); }
div.DivClassName
{
background-color: #136FAB;
}
.BgClassName
{
background-color: #136FAB;
}
</style>
border-color css
<style>
span { border-color: #136FAB; }
span { border-color: rgb(19,111,171); }
td.TdClassName
{
border-color: #136FAB;
}
.TagClassName
{
border-color: #136FAB;
}
</style>