Shades of Dark Cerulean #135177
Tints of Dark Cerulean #135177
RGB
CMYK
RGB Variations
Color information
#135177 (or 0x135177) is known color: Dark Cerulean. HEX triplet: 13, 51 and 77. RGB value is (19,81,119). Sum of RGB (Red+Green+Blue) = 19+81+119=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #135177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135177 is #ECAE88. Grayscale: #424242. Windows color (decimal): -15511177 or 7819539. OLE color: 7819539.
HSL color Cylindrical-coordinate representation of color #135177: hue angle of 202.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135177 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 81 | 119 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.53 |
| HSL | 202.8º | 0.72% | 0.27% | - |
| HSV(B) | 202.8º | 0.84% | 0.47% | - |
| XYZ | 6.54 | 7.36 | 18.53 | - |
| YUV | 66.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 119 | 0.84 | 0.32 | 0 | 0.53 | 202.8 | 0.72 | 0.27 |
| Hex | 13 | 51 | 77 | 54 | 20 | 0 | 35 | CB | 48 | 1B |
| Octal | 23 | 121 | 167 | 124 | 40 | 0 | 65 | 313 | 110 | 33 |
| Binary | 10011 | 1010001 | 1110111 | 1010100 | 100000 | 0 | 110101 | 11001011 | 1001000 | 11011 |
Color Harmonies of #135177
Complementary color
Monochromatic Colors of #135177
Black with #135177
Text Example
Text Example
White with #135177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135177; }
p { color: rgb(19,81,119); }
H1.HeaderClassName
{
color: #135177;
}
.AnyTagClassName
{
color: #135177;
}
</style>
background-color css
<style>
a { background-color: #135177; }
a { background-color: rgb(19,81,119); }
div.DivClassName
{
background-color: #135177;
}
.BgClassName
{
background-color: #135177;
}
</style>
border-color css
<style>
span { border-color: #135177; }
span { border-color: rgb(19,81,119); }
td.TdClassName
{
border-color: #135177;
}
.TagClassName
{
border-color: #135177;
}
</style>