Shades of Dark Cerulean #13518C
Tints of Dark Cerulean #13518C
RGB
CMYK
RGB Variations
Color information
#13518C (or 0x13518C) is known color: Dark Cerulean. HEX triplet: 13, 51 and 8C. RGB value is (19,81,140). Sum of RGB (Red+Green+Blue) = 19+81+140=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #13518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13518C is #ECAE73. Grayscale: #444444. Windows color (decimal): -15511156 or 9195795. OLE color: 9195795.
HSL color Cylindrical-coordinate representation of color #13518C: hue angle of 209.26º 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 #13518C is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 81 | 140 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.45 |
| HSL | 209.26º | 0.76% | 0.31% | - |
| HSV(B) | 209.26º | 0.86% | 0.55% | - |
| XYZ | 7.94 | 7.92 | 25.92 | - |
| YUV | 69.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 140 | 0.86 | 0.42 | 0 | 0.45 | 209.26 | 0.76 | 0.31 |
| Hex | 13 | 51 | 8C | 56 | 2A | 0 | 2D | D1 | 4C | 1F |
| Octal | 23 | 121 | 214 | 126 | 52 | 0 | 55 | 321 | 114 | 37 |
| Binary | 10011 | 1010001 | 10001100 | 1010110 | 101010 | 0 | 101101 | 11010001 | 1001100 | 11111 |
Color Harmonies of #13518C
Complementary color
Monochromatic Colors of #13518C
Black with #13518C
Text Example
Text Example
White with #13518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13518C; }
p { color: rgb(19,81,140); }
H1.HeaderClassName
{
color: #13518C;
}
.AnyTagClassName
{
color: #13518C;
}
</style>
background-color css
<style>
a { background-color: #13518C; }
a { background-color: rgb(19,81,140); }
div.DivClassName
{
background-color: #13518C;
}
.BgClassName
{
background-color: #13518C;
}
</style>
border-color css
<style>
span { border-color: #13518C; }
span { border-color: rgb(19,81,140); }
td.TdClassName
{
border-color: #13518C;
}
.TagClassName
{
border-color: #13518C;
}
</style>