Shades of Cerulean #136FAC
Tints of Cerulean #136FAC
RGB
CMYK
RGB Variations
Color information
#136FAC (or 0x136FAC) is known color: Cerulean. HEX triplet: 13, 6F and AC. RGB value is (19,111,172). Sum of RGB (Red+Green+Blue) = 19+111+172=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #136FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136FAC is #EC9053. Grayscale: #5A5A5A. Windows color (decimal): -15503444 or 11300627. OLE color: 11300627.
HSL color Cylindrical-coordinate representation of color #136FAC: hue angle of 203.92º 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 #136FAC is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 111 | 172 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.33 |
| HSL | 203.92º | 0.8% | 0.37% | - |
| HSV(B) | 203.92º | 0.89% | 0.67% | - |
| XYZ | 13.4 | 14.49 | 41.12 | - |
| YUV | 90.45 | 174.02 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 172 | 0.89 | 0.35 | 0 | 0.33 | 203.92 | 0.8 | 0.37 |
| Hex | 13 | 6F | AC | 59 | 23 | 0 | 21 | CC | 50 | 25 |
| Octal | 23 | 157 | 254 | 131 | 43 | 0 | 41 | 314 | 120 | 45 |
| Binary | 10011 | 1101111 | 10101100 | 1011001 | 100011 | 0 | 100001 | 11001100 | 1010000 | 100101 |
Color Harmonies of #136FAC
Complementary color
Monochromatic Colors of #136FAC
Black with #136FAC
Text Example
Text Example
White with #136FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FAC; }
p { color: rgb(19,111,172); }
H1.HeaderClassName
{
color: #136FAC;
}
.AnyTagClassName
{
color: #136FAC;
}
</style>
background-color css
<style>
a { background-color: #136FAC; }
a { background-color: rgb(19,111,172); }
div.DivClassName
{
background-color: #136FAC;
}
.BgClassName
{
background-color: #136FAC;
}
</style>
border-color css
<style>
span { border-color: #136FAC; }
span { border-color: rgb(19,111,172); }
td.TdClassName
{
border-color: #136FAC;
}
.TagClassName
{
border-color: #136FAC;
}
</style>