Shades of Dark Cerulean #134D87
Tints of Dark Cerulean #134D87
RGB
CMYK
RGB Variations
Color information
#134D87 (or 0x134D87) is known color: Dark Cerulean. HEX triplet: 13, 4D and 87. RGB value is (19,77,135). Sum of RGB (Red+Green+Blue) = 19+77+135=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #134D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D87 is #ECB278. Grayscale: #414141. Windows color (decimal): -15512185 or 8867091. OLE color: 8867091.
HSL color Cylindrical-coordinate representation of color #134D87: hue angle of 210º 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 #134D87 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 77 | 135 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.47 |
| HSL | 210º | 0.75% | 0.3% | - |
| HSV(B) | 210º | 0.86% | 0.53% | - |
| XYZ | 7.3 | 7.2 | 23.93 | - |
| YUV | 66.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 135 | 0.86 | 0.43 | 0 | 0.47 | 210 | 0.75 | 0.3 |
| Hex | 13 | 4D | 87 | 56 | 2B | 0 | 2F | D2 | 4B | 1E |
| Octal | 23 | 115 | 207 | 126 | 53 | 0 | 57 | 322 | 113 | 36 |
| Binary | 10011 | 1001101 | 10000111 | 1010110 | 101011 | 0 | 101111 | 11010010 | 1001011 | 11110 |
Color Harmonies of #134D87
Complementary color
Monochromatic Colors of #134D87
Black with #134D87
Text Example
Text Example
White with #134D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D87; }
p { color: rgb(19,77,135); }
H1.HeaderClassName
{
color: #134D87;
}
.AnyTagClassName
{
color: #134D87;
}
</style>
background-color css
<style>
a { background-color: #134D87; }
a { background-color: rgb(19,77,135); }
div.DivClassName
{
background-color: #134D87;
}
.BgClassName
{
background-color: #134D87;
}
</style>
border-color css
<style>
span { border-color: #134D87; }
span { border-color: rgb(19,77,135); }
td.TdClassName
{
border-color: #134D87;
}
.TagClassName
{
border-color: #134D87;
}
</style>