Shades of Dark Cerulean #13488C
Tints of Dark Cerulean #13488C
RGB
CMYK
RGB Variations
Color information
#13488C (or 0x13488C) is known color: Dark Cerulean. HEX triplet: 13, 48 and 8C. RGB value is (19,72,140). Sum of RGB (Red+Green+Blue) = 19+72+140=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #13488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13488C is #ECB773. Grayscale: #3F3F3F. Windows color (decimal): -15513460 or 9193491. OLE color: 9193491.
HSL color Cylindrical-coordinate representation of color #13488C: hue angle of 213.72º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13488C is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 72 | 140 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.45 |
| HSL | 213.72º | 0.76% | 0.31% | - |
| HSV(B) | 213.72º | 0.86% | 0.55% | - |
| XYZ | 7.32 | 6.67 | 25.71 | - |
| YUV | 63.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 140 | 0.86 | 0.49 | 0 | 0.45 | 213.72 | 0.76 | 0.31 |
| Hex | 13 | 48 | 8C | 56 | 31 | 0 | 2D | D6 | 4C | 1F |
| Octal | 23 | 110 | 214 | 126 | 61 | 0 | 55 | 326 | 114 | 37 |
| Binary | 10011 | 1001000 | 10001100 | 1010110 | 110001 | 0 | 101101 | 11010110 | 1001100 | 11111 |
Color Harmonies of #13488C
Complementary color
Monochromatic Colors of #13488C
Black with #13488C
Text Example
Text Example
White with #13488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13488C; }
p { color: rgb(19,72,140); }
H1.HeaderClassName
{
color: #13488C;
}
.AnyTagClassName
{
color: #13488C;
}
</style>
background-color css
<style>
a { background-color: #13488C; }
a { background-color: rgb(19,72,140); }
div.DivClassName
{
background-color: #13488C;
}
.BgClassName
{
background-color: #13488C;
}
</style>
border-color css
<style>
span { border-color: #13488C; }
span { border-color: rgb(19,72,140); }
td.TdClassName
{
border-color: #13488C;
}
.TagClassName
{
border-color: #13488C;
}
</style>