Shades of Dark Cerulean #13406D
Tints of Dark Cerulean #13406D
RGB
CMYK
RGB Variations
Color information
#13406D (or 0x13406D) is known color: Dark Cerulean. HEX triplet: 13, 40 and 6D. RGB value is (19,64,109). Sum of RGB (Red+Green+Blue) = 19+64+109=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #13406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13406D is #ECBF92. Grayscale: #373737. Windows color (decimal): -15515539 or 7159827. OLE color: 7159827.
HSL color Cylindrical-coordinate representation of color #13406D: hue angle of 210º 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 #13406D is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 64 | 109 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.57 |
| HSL | 210º | 0.7% | 0.25% | - |
| HSV(B) | 210º | 0.83% | 0.43% | - |
| XYZ | 4.86 | 4.91 | 15.16 | - |
| YUV | 55.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 109 | 0.83 | 0.41 | 0 | 0.57 | 210 | 0.7 | 0.25 |
| Hex | 13 | 40 | 6D | 53 | 29 | 0 | 39 | D2 | 46 | 19 |
| Octal | 23 | 100 | 155 | 123 | 51 | 0 | 71 | 322 | 106 | 31 |
| Binary | 10011 | 1000000 | 1101101 | 1010011 | 101001 | 0 | 111001 | 11010010 | 1000110 | 11001 |
Color Harmonies of #13406D
Complementary color
Monochromatic Colors of #13406D
Black with #13406D
Text Example
Text Example
White with #13406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13406D; }
p { color: rgb(19,64,109); }
H1.HeaderClassName
{
color: #13406D;
}
.AnyTagClassName
{
color: #13406D;
}
</style>
background-color css
<style>
a { background-color: #13406D; }
a { background-color: rgb(19,64,109); }
div.DivClassName
{
background-color: #13406D;
}
.BgClassName
{
background-color: #13406D;
}
</style>
border-color css
<style>
span { border-color: #13406D; }
span { border-color: rgb(19,64,109); }
td.TdClassName
{
border-color: #13406D;
}
.TagClassName
{
border-color: #13406D;
}
</style>