Shades of Cerulean #136FA1
Tints of Cerulean #136FA1
RGB
CMYK
RGB Variations
Color information
#136FA1 (or 0x136FA1) is known color: Cerulean. HEX triplet: 13, 6F and A1. RGB value is (19,111,161). Sum of RGB (Red+Green+Blue) = 19+111+161=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #136FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136FA1 is #EC905E. Grayscale: #585858. Windows color (decimal): -15503455 or 10579731. OLE color: 10579731.
HSL color Cylindrical-coordinate representation of color #136FA1: hue angle of 201.13º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136FA1 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 111 | 161 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.37 |
| HSL | 201.13º | 0.79% | 0.35% | - |
| HSV(B) | 201.13º | 0.88% | 0.63% | - |
| XYZ | 12.39 | 14.08 | 35.78 | - |
| YUV | 89.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 161 | 0.88 | 0.31 | 0 | 0.37 | 201.13 | 0.79 | 0.35 |
| Hex | 13 | 6F | A1 | 58 | 1F | 0 | 25 | C9 | 4F | 23 |
| Octal | 23 | 157 | 241 | 130 | 37 | 0 | 45 | 311 | 117 | 43 |
| Binary | 10011 | 1101111 | 10100001 | 1011000 | 11111 | 0 | 100101 | 11001001 | 1001111 | 100011 |
Color Harmonies of #136FA1
Complementary color
Monochromatic Colors of #136FA1
Black with #136FA1
Text Example
Text Example
White with #136FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FA1; }
p { color: rgb(19,111,161); }
H1.HeaderClassName
{
color: #136FA1;
}
.AnyTagClassName
{
color: #136FA1;
}
</style>
background-color css
<style>
a { background-color: #136FA1; }
a { background-color: rgb(19,111,161); }
div.DivClassName
{
background-color: #136FA1;
}
.BgClassName
{
background-color: #136FA1;
}
</style>
border-color css
<style>
span { border-color: #136FA1; }
span { border-color: rgb(19,111,161); }
td.TdClassName
{
border-color: #136FA1;
}
.TagClassName
{
border-color: #136FA1;
}
</style>