Shades of Dark Cerulean #135385
Tints of Dark Cerulean #135385
RGB
CMYK
RGB Variations
Color information
#135385 (or 0x135385) is known color: Dark Cerulean. HEX triplet: 13, 53 and 85. RGB value is (19,83,133). Sum of RGB (Red+Green+Blue) = 19+83+133=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #135385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135385 is #ECAC7A. Grayscale: #454545. Windows color (decimal): -15510651 or 8737555. OLE color: 8737555.
HSL color Cylindrical-coordinate representation of color #135385: hue angle of 206.32º 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 #135385 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 83 | 133 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.48 |
| HSL | 206.32º | 0.75% | 0.3% | - |
| HSV(B) | 206.32º | 0.86% | 0.52% | - |
| XYZ | 7.6 | 8.02 | 23.34 | - |
| YUV | 69.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 133 | 0.86 | 0.38 | 0 | 0.48 | 206.32 | 0.75 | 0.3 |
| Hex | 13 | 53 | 85 | 56 | 26 | 0 | 30 | CE | 4B | 1E |
| Octal | 23 | 123 | 205 | 126 | 46 | 0 | 60 | 316 | 113 | 36 |
| Binary | 10011 | 1010011 | 10000101 | 1010110 | 100110 | 0 | 110000 | 11001110 | 1001011 | 11110 |
Color Harmonies of #135385
Complementary color
Monochromatic Colors of #135385
Black with #135385
Text Example
Text Example
White with #135385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135385; }
p { color: rgb(19,83,133); }
H1.HeaderClassName
{
color: #135385;
}
.AnyTagClassName
{
color: #135385;
}
</style>
background-color css
<style>
a { background-color: #135385; }
a { background-color: rgb(19,83,133); }
div.DivClassName
{
background-color: #135385;
}
.BgClassName
{
background-color: #135385;
}
</style>
border-color css
<style>
span { border-color: #135385; }
span { border-color: rgb(19,83,133); }
td.TdClassName
{
border-color: #135385;
}
.TagClassName
{
border-color: #135385;
}
</style>