Shades of Dark Cerulean #13467C
Tints of Dark Cerulean #13467C
RGB
CMYK
RGB Variations
Color information
#13467C (or 0x13467C) is known color: Dark Cerulean. HEX triplet: 13, 46 and 7C. RGB value is (19,70,124). Sum of RGB (Red+Green+Blue) = 19+70+124=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #13467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13467C is #ECB983. Grayscale: #3C3C3C. Windows color (decimal): -15513988 or 8144403. OLE color: 8144403.
HSL color Cylindrical-coordinate representation of color #13467C: hue angle of 210.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13467C is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 70 | 124 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.51 |
| HSL | 210.86º | 0.73% | 0.28% | - |
| HSV(B) | 210.86º | 0.85% | 0.49% | - |
| XYZ | 6.1 | 5.97 | 19.9 | - |
| YUV | 60.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 124 | 0.85 | 0.44 | 0 | 0.51 | 210.86 | 0.73 | 0.28 |
| Hex | 13 | 46 | 7C | 55 | 2C | 0 | 33 | D3 | 49 | 1C |
| Octal | 23 | 106 | 174 | 125 | 54 | 0 | 63 | 323 | 111 | 34 |
| Binary | 10011 | 1000110 | 1111100 | 1010101 | 101100 | 0 | 110011 | 11010011 | 1001001 | 11100 |
Color Harmonies of #13467C
Complementary color
Monochromatic Colors of #13467C
Black with #13467C
Text Example
Text Example
White with #13467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13467C; }
p { color: rgb(19,70,124); }
H1.HeaderClassName
{
color: #13467C;
}
.AnyTagClassName
{
color: #13467C;
}
</style>
background-color css
<style>
a { background-color: #13467C; }
a { background-color: rgb(19,70,124); }
div.DivClassName
{
background-color: #13467C;
}
.BgClassName
{
background-color: #13467C;
}
</style>
border-color css
<style>
span { border-color: #13467C; }
span { border-color: rgb(19,70,124); }
td.TdClassName
{
border-color: #13467C;
}
.TagClassName
{
border-color: #13467C;
}
</style>