Shades of Dark Cerulean #13496D
Tints of Dark Cerulean #13496D
RGB
CMYK
RGB Variations
Color information
#13496D (or 0x13496D) is known color: Dark Cerulean. HEX triplet: 13, 49 and 6D. RGB value is (19,73,109). Sum of RGB (Red+Green+Blue) = 19+73+109=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #13496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13496D is #ECB692. Grayscale: #3C3C3C. Windows color (decimal): -15513235 or 7162131. OLE color: 7162131.
HSL color Cylindrical-coordinate representation of color #13496D: hue angle of 204º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13496D is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 73 | 109 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.57 |
| HSL | 204º | 0.7% | 0.25% | - |
| HSV(B) | 204º | 0.83% | 0.43% | - |
| XYZ | 5.41 | 6.01 | 15.34 | - |
| YUV | 60.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 109 | 0.83 | 0.33 | 0 | 0.57 | 204 | 0.7 | 0.25 |
| Hex | 13 | 49 | 6D | 53 | 21 | 0 | 39 | CC | 46 | 19 |
| Octal | 23 | 111 | 155 | 123 | 41 | 0 | 71 | 314 | 106 | 31 |
| Binary | 10011 | 1001001 | 1101101 | 1010011 | 100001 | 0 | 111001 | 11001100 | 1000110 | 11001 |
Color Harmonies of #13496D
Complementary color
Monochromatic Colors of #13496D
Black with #13496D
Text Example
Text Example
White with #13496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13496D; }
p { color: rgb(19,73,109); }
H1.HeaderClassName
{
color: #13496D;
}
.AnyTagClassName
{
color: #13496D;
}
</style>
background-color css
<style>
a { background-color: #13496D; }
a { background-color: rgb(19,73,109); }
div.DivClassName
{
background-color: #13496D;
}
.BgClassName
{
background-color: #13496D;
}
</style>
border-color css
<style>
span { border-color: #13496D; }
span { border-color: rgb(19,73,109); }
td.TdClassName
{
border-color: #13496D;
}
.TagClassName
{
border-color: #13496D;
}
</style>