Shades of Dark Cerulean #135076
Tints of Dark Cerulean #135076
RGB
CMYK
RGB Variations
Color information
#135076 (or 0x135076) is known color: Dark Cerulean. HEX triplet: 13, 50 and 76. RGB value is (19,80,118). Sum of RGB (Red+Green+Blue) = 19+80+118=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #135076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135076 is #ECAF89. Grayscale: #414141. Windows color (decimal): -15511434 or 7753747. OLE color: 7753747.
HSL color Cylindrical-coordinate representation of color #135076: hue angle of 203.03º 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 #135076 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 80 | 118 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.54 |
| HSL | 203.03º | 0.72% | 0.27% | - |
| HSV(B) | 203.03º | 0.84% | 0.46% | - |
| XYZ | 6.41 | 7.18 | 18.19 | - |
| YUV | 66.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 118 | 0.84 | 0.32 | 0 | 0.54 | 203.03 | 0.72 | 0.27 |
| Hex | 13 | 50 | 76 | 54 | 20 | 0 | 36 | CB | 48 | 1B |
| Octal | 23 | 120 | 166 | 124 | 40 | 0 | 66 | 313 | 110 | 33 |
| Binary | 10011 | 1010000 | 1110110 | 1010100 | 100000 | 0 | 110110 | 11001011 | 1001000 | 11011 |
Color Harmonies of #135076
Complementary color
Monochromatic Colors of #135076
Black with #135076
Text Example
Text Example
White with #135076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135076; }
p { color: rgb(19,80,118); }
H1.HeaderClassName
{
color: #135076;
}
.AnyTagClassName
{
color: #135076;
}
</style>
background-color css
<style>
a { background-color: #135076; }
a { background-color: rgb(19,80,118); }
div.DivClassName
{
background-color: #135076;
}
.BgClassName
{
background-color: #135076;
}
</style>
border-color css
<style>
span { border-color: #135076; }
span { border-color: rgb(19,80,118); }
td.TdClassName
{
border-color: #135076;
}
.TagClassName
{
border-color: #135076;
}
</style>