Shades of Dark Cerulean #13486D
Tints of Dark Cerulean #13486D
RGB
CMYK
RGB Variations
Color information
#13486D (or 0x13486D) is known color: Dark Cerulean. HEX triplet: 13, 48 and 6D. RGB value is (19,72,109). Sum of RGB (Red+Green+Blue) = 19+72+109=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #13486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13486D is #ECB792. Grayscale: #3C3C3C. Windows color (decimal): -15513491 or 7161875. OLE color: 7161875.
HSL color Cylindrical-coordinate representation of color #13486D: hue angle of 204.67º 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 #13486D is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 72 | 109 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.57 |
| HSL | 204.67º | 0.7% | 0.25% | - |
| HSV(B) | 204.67º | 0.83% | 0.43% | - |
| XYZ | 5.35 | 5.88 | 15.32 | - |
| YUV | 60.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 109 | 0.83 | 0.34 | 0 | 0.57 | 204.67 | 0.7 | 0.25 |
| Hex | 13 | 48 | 6D | 53 | 22 | 0 | 39 | CD | 46 | 19 |
| Octal | 23 | 110 | 155 | 123 | 42 | 0 | 71 | 315 | 106 | 31 |
| Binary | 10011 | 1001000 | 1101101 | 1010011 | 100010 | 0 | 111001 | 11001101 | 1000110 | 11001 |
Color Harmonies of #13486D
Complementary color
Monochromatic Colors of #13486D
Black with #13486D
Text Example
Text Example
White with #13486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13486D; }
p { color: rgb(19,72,109); }
H1.HeaderClassName
{
color: #13486D;
}
.AnyTagClassName
{
color: #13486D;
}
</style>
background-color css
<style>
a { background-color: #13486D; }
a { background-color: rgb(19,72,109); }
div.DivClassName
{
background-color: #13486D;
}
.BgClassName
{
background-color: #13486D;
}
</style>
border-color css
<style>
span { border-color: #13486D; }
span { border-color: rgb(19,72,109); }
td.TdClassName
{
border-color: #13486D;
}
.TagClassName
{
border-color: #13486D;
}
</style>