Shades of Dark Cerulean #13527C
Tints of Dark Cerulean #13527C
RGB
CMYK
RGB Variations
Color information
#13527C (or 0x13527C) is known color: Dark Cerulean. HEX triplet: 13, 52 and 7C. RGB value is (19,82,124). Sum of RGB (Red+Green+Blue) = 19+82+124=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #13527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13527C is #ECAD83. Grayscale: #434343. Windows color (decimal): -15510916 or 8147475. OLE color: 8147475.
HSL color Cylindrical-coordinate representation of color #13527C: hue angle of 204º 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 #13527C is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 82 | 124 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.51 |
| HSL | 204º | 0.73% | 0.28% | - |
| HSV(B) | 204º | 0.85% | 0.49% | - |
| XYZ | 6.92 | 7.63 | 20.18 | - |
| YUV | 67.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 124 | 0.85 | 0.34 | 0 | 0.51 | 204 | 0.73 | 0.28 |
| Hex | 13 | 52 | 7C | 55 | 22 | 0 | 33 | CC | 49 | 1C |
| Octal | 23 | 122 | 174 | 125 | 42 | 0 | 63 | 314 | 111 | 34 |
| Binary | 10011 | 1010010 | 1111100 | 1010101 | 100010 | 0 | 110011 | 11001100 | 1001001 | 11100 |
Color Harmonies of #13527C
Complementary color
Monochromatic Colors of #13527C
Black with #13527C
Text Example
Text Example
White with #13527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13527C; }
p { color: rgb(19,82,124); }
H1.HeaderClassName
{
color: #13527C;
}
.AnyTagClassName
{
color: #13527C;
}
</style>
background-color css
<style>
a { background-color: #13527C; }
a { background-color: rgb(19,82,124); }
div.DivClassName
{
background-color: #13527C;
}
.BgClassName
{
background-color: #13527C;
}
</style>
border-color css
<style>
span { border-color: #13527C; }
span { border-color: rgb(19,82,124); }
td.TdClassName
{
border-color: #13527C;
}
.TagClassName
{
border-color: #13527C;
}
</style>