Shades of Dark Cerulean #135187
Tints of Dark Cerulean #135187
RGB
CMYK
RGB Variations
Color information
#135187 (or 0x135187) is known color: Dark Cerulean. HEX triplet: 13, 51 and 87. RGB value is (19,81,135). Sum of RGB (Red+Green+Blue) = 19+81+135=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #135187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135187 is #ECAE78. Grayscale: #444444. Windows color (decimal): -15511161 or 8868115. OLE color: 8868115.
HSL color Cylindrical-coordinate representation of color #135187: hue angle of 207.93º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135187 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 81 | 135 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.47 |
| HSL | 207.93º | 0.75% | 0.3% | - |
| HSV(B) | 207.93º | 0.86% | 0.53% | - |
| XYZ | 7.58 | 7.77 | 24.02 | - |
| YUV | 68.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 135 | 0.86 | 0.40 | 0 | 0.47 | 207.93 | 0.75 | 0.3 |
| Hex | 13 | 51 | 87 | 56 | 28 | 0 | 2F | D0 | 4B | 1E |
| Octal | 23 | 121 | 207 | 126 | 50 | 0 | 57 | 320 | 113 | 36 |
| Binary | 10011 | 1010001 | 10000111 | 1010110 | 101000 | 0 | 101111 | 11010000 | 1001011 | 11110 |
Color Harmonies of #135187
Complementary color
Monochromatic Colors of #135187
Black with #135187
Text Example
Text Example
White with #135187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135187; }
p { color: rgb(19,81,135); }
H1.HeaderClassName
{
color: #135187;
}
.AnyTagClassName
{
color: #135187;
}
</style>
background-color css
<style>
a { background-color: #135187; }
a { background-color: rgb(19,81,135); }
div.DivClassName
{
background-color: #135187;
}
.BgClassName
{
background-color: #135187;
}
</style>
border-color css
<style>
span { border-color: #135187; }
span { border-color: rgb(19,81,135); }
td.TdClassName
{
border-color: #135187;
}
.TagClassName
{
border-color: #135187;
}
</style>