Shades of Dark Cerulean #135075
Tints of Dark Cerulean #135075
RGB
CMYK
RGB Variations
Color information
#135075 (or 0x135075) is known color: Dark Cerulean. HEX triplet: 13, 50 and 75. RGB value is (19,80,117). Sum of RGB (Red+Green+Blue) = 19+80+117=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #135075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135075 is #ECAF8A. Grayscale: #414141. Windows color (decimal): -15511435 or 7688211. OLE color: 7688211.
HSL color Cylindrical-coordinate representation of color #135075: hue angle of 202.65º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135075 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 80 | 117 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.54 |
| HSL | 202.65º | 0.72% | 0.27% | - |
| HSV(B) | 202.65º | 0.84% | 0.46% | - |
| XYZ | 6.35 | 7.16 | 17.88 | - |
| YUV | 65.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 117 | 0.84 | 0.32 | 0 | 0.54 | 202.65 | 0.72 | 0.27 |
| Hex | 13 | 50 | 75 | 54 | 20 | 0 | 36 | CB | 48 | 1B |
| Octal | 23 | 120 | 165 | 124 | 40 | 0 | 66 | 313 | 110 | 33 |
| Binary | 10011 | 1010000 | 1110101 | 1010100 | 100000 | 0 | 110110 | 11001011 | 1001000 | 11011 |
Color Harmonies of #135075
Complementary color
Monochromatic Colors of #135075
Black with #135075
Text Example
Text Example
White with #135075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135075; }
p { color: rgb(19,80,117); }
H1.HeaderClassName
{
color: #135075;
}
.AnyTagClassName
{
color: #135075;
}
</style>
background-color css
<style>
a { background-color: #135075; }
a { background-color: rgb(19,80,117); }
div.DivClassName
{
background-color: #135075;
}
.BgClassName
{
background-color: #135075;
}
</style>
border-color css
<style>
span { border-color: #135075; }
span { border-color: rgb(19,80,117); }
td.TdClassName
{
border-color: #135075;
}
.TagClassName
{
border-color: #135075;
}
</style>