Shades of Dark Cerulean #135185
Tints of Dark Cerulean #135185
RGB
CMYK
RGB Variations
Color information
#135185 (or 0x135185) is known color: Dark Cerulean. HEX triplet: 13, 51 and 85. RGB value is (19,81,133). Sum of RGB (Red+Green+Blue) = 19+81+133=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #135185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135185 is #ECAE7A. Grayscale: #444444. Windows color (decimal): -15511163 or 8737043. OLE color: 8737043.
HSL color Cylindrical-coordinate representation of color #135185: hue angle of 207.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135185 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 81 | 133 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.48 |
| HSL | 207.37º | 0.75% | 0.3% | - |
| HSV(B) | 207.37º | 0.86% | 0.52% | - |
| XYZ | 7.44 | 7.72 | 23.29 | - |
| YUV | 68.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 133 | 0.86 | 0.39 | 0 | 0.48 | 207.37 | 0.75 | 0.3 |
| Hex | 13 | 51 | 85 | 56 | 27 | 0 | 30 | CF | 4B | 1E |
| Octal | 23 | 121 | 205 | 126 | 47 | 0 | 60 | 317 | 113 | 36 |
| Binary | 10011 | 1010001 | 10000101 | 1010110 | 100111 | 0 | 110000 | 11001111 | 1001011 | 11110 |
Color Harmonies of #135185
Complementary color
Monochromatic Colors of #135185
Black with #135185
Text Example
Text Example
White with #135185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135185; }
p { color: rgb(19,81,133); }
H1.HeaderClassName
{
color: #135185;
}
.AnyTagClassName
{
color: #135185;
}
</style>
background-color css
<style>
a { background-color: #135185; }
a { background-color: rgb(19,81,133); }
div.DivClassName
{
background-color: #135185;
}
.BgClassName
{
background-color: #135185;
}
</style>
border-color css
<style>
span { border-color: #135185; }
span { border-color: rgb(19,81,133); }
td.TdClassName
{
border-color: #135185;
}
.TagClassName
{
border-color: #135185;
}
</style>