Shades of Dark Cerulean #13518A
Tints of Dark Cerulean #13518A
RGB
CMYK
RGB Variations
Color information
#13518A (or 0x13518A) is known color: Dark Cerulean. HEX triplet: 13, 51 and 8A. RGB value is (19,81,138). Sum of RGB (Red+Green+Blue) = 19+81+138=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #13518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13518A is #ECAE75. Grayscale: #444444. Windows color (decimal): -15511158 or 9064723. OLE color: 9064723.
HSL color Cylindrical-coordinate representation of color #13518A: hue angle of 208.74º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13518A is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 81 | 138 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.46 |
| HSL | 208.74º | 0.76% | 0.31% | - |
| HSV(B) | 208.74º | 0.86% | 0.54% | - |
| XYZ | 7.8 | 7.86 | 25.15 | - |
| YUV | 68.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 138 | 0.86 | 0.41 | 0 | 0.46 | 208.74 | 0.76 | 0.31 |
| Hex | 13 | 51 | 8A | 56 | 29 | 0 | 2E | D1 | 4C | 1F |
| Octal | 23 | 121 | 212 | 126 | 51 | 0 | 56 | 321 | 114 | 37 |
| Binary | 10011 | 1010001 | 10001010 | 1010110 | 101001 | 0 | 101110 | 11010001 | 1001100 | 11111 |
Color Harmonies of #13518A
Complementary color
Monochromatic Colors of #13518A
Black with #13518A
Text Example
Text Example
White with #13518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13518A; }
p { color: rgb(19,81,138); }
H1.HeaderClassName
{
color: #13518A;
}
.AnyTagClassName
{
color: #13518A;
}
</style>
background-color css
<style>
a { background-color: #13518A; }
a { background-color: rgb(19,81,138); }
div.DivClassName
{
background-color: #13518A;
}
.BgClassName
{
background-color: #13518A;
}
</style>
border-color css
<style>
span { border-color: #13518A; }
span { border-color: rgb(19,81,138); }
td.TdClassName
{
border-color: #13518A;
}
.TagClassName
{
border-color: #13518A;
}
</style>