Shades of Dark Cerulean #13476C
Tints of Dark Cerulean #13476C
RGB
CMYK
RGB Variations
Color information
#13476C (or 0x13476C) is known color: Dark Cerulean. HEX triplet: 13, 47 and 6C. RGB value is (19,71,108). Sum of RGB (Red+Green+Blue) = 19+71+108=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #13476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13476C is #ECB893. Grayscale: #3B3B3B. Windows color (decimal): -15513748 or 7096083. OLE color: 7096083.
HSL color Cylindrical-coordinate representation of color #13476C: hue angle of 204.94º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13476C is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 71 | 108 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.58 |
| HSL | 204.94º | 0.7% | 0.25% | - |
| HSV(B) | 204.94º | 0.82% | 0.42% | - |
| XYZ | 5.23 | 5.73 | 15.02 | - |
| YUV | 59.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 108 | 0.82 | 0.34 | 0 | 0.58 | 204.94 | 0.7 | 0.25 |
| Hex | 13 | 47 | 6C | 52 | 22 | 0 | 3A | CD | 46 | 19 |
| Octal | 23 | 107 | 154 | 122 | 42 | 0 | 72 | 315 | 106 | 31 |
| Binary | 10011 | 1000111 | 1101100 | 1010010 | 100010 | 0 | 111010 | 11001101 | 1000110 | 11001 |
Color Harmonies of #13476C
Complementary color
Monochromatic Colors of #13476C
Black with #13476C
Text Example
Text Example
White with #13476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13476C; }
p { color: rgb(19,71,108); }
H1.HeaderClassName
{
color: #13476C;
}
.AnyTagClassName
{
color: #13476C;
}
</style>
background-color css
<style>
a { background-color: #13476C; }
a { background-color: rgb(19,71,108); }
div.DivClassName
{
background-color: #13476C;
}
.BgClassName
{
background-color: #13476C;
}
</style>
border-color css
<style>
span { border-color: #13476C; }
span { border-color: rgb(19,71,108); }
td.TdClassName
{
border-color: #13476C;
}
.TagClassName
{
border-color: #13476C;
}
</style>