Shades of Dark Cerulean #13528B
Tints of Dark Cerulean #13528B
RGB
CMYK
RGB Variations
Color information
#13528B (or 0x13528B) is known color: Dark Cerulean. HEX triplet: 13, 52 and 8B. RGB value is (19,82,139). Sum of RGB (Red+Green+Blue) = 19+82+139=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #13528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13528B is #ECAD74. Grayscale: #454545. Windows color (decimal): -15510901 or 9130515. OLE color: 9130515.
HSL color Cylindrical-coordinate representation of color #13528B: hue angle of 208.5º 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 #13528B is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 82 | 139 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.45 |
| HSL | 208.5º | 0.76% | 0.31% | - |
| HSV(B) | 208.5º | 0.86% | 0.55% | - |
| XYZ | 7.95 | 8.04 | 25.56 | - |
| YUV | 69.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 139 | 0.86 | 0.41 | 0 | 0.45 | 208.5 | 0.76 | 0.31 |
| Hex | 13 | 52 | 8B | 56 | 29 | 0 | 2D | D0 | 4C | 1F |
| Octal | 23 | 122 | 213 | 126 | 51 | 0 | 55 | 320 | 114 | 37 |
| Binary | 10011 | 1010010 | 10001011 | 1010110 | 101001 | 0 | 101101 | 11010000 | 1001100 | 11111 |
Color Harmonies of #13528B
Complementary color
Monochromatic Colors of #13528B
Black with #13528B
Text Example
Text Example
White with #13528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13528B; }
p { color: rgb(19,82,139); }
H1.HeaderClassName
{
color: #13528B;
}
.AnyTagClassName
{
color: #13528B;
}
</style>
background-color css
<style>
a { background-color: #13528B; }
a { background-color: rgb(19,82,139); }
div.DivClassName
{
background-color: #13528B;
}
.BgClassName
{
background-color: #13528B;
}
</style>
border-color css
<style>
span { border-color: #13528B; }
span { border-color: rgb(19,82,139); }
td.TdClassName
{
border-color: #13528B;
}
.TagClassName
{
border-color: #13528B;
}
</style>