Shades of Dark Cerulean #13527E
Tints of Dark Cerulean #13527E
RGB
CMYK
RGB Variations
Color information
#13527E (or 0x13527E) is known color: Dark Cerulean. HEX triplet: 13, 52 and 7E. RGB value is (19,82,126). Sum of RGB (Red+Green+Blue) = 19+82+126=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #13527E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13527E is #ECAD81. Grayscale: #434343. Windows color (decimal): -15510914 or 8278547. OLE color: 8278547.
HSL color Cylindrical-coordinate representation of color #13527E: hue angle of 204.67º degrees, saturation: 0.74, 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 #13527E is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 82 | 126 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.51 |
| HSL | 204.67º | 0.74% | 0.28% | - |
| HSV(B) | 204.67º | 0.85% | 0.49% | - |
| XYZ | 7.05 | 7.68 | 20.85 | - |
| YUV | 68.18 | 160.63 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 126 | 0.85 | 0.35 | 0 | 0.51 | 204.67 | 0.74 | 0.28 |
| Hex | 13 | 52 | 7E | 55 | 23 | 0 | 33 | CD | 4A | 1C |
| Octal | 23 | 122 | 176 | 125 | 43 | 0 | 63 | 315 | 112 | 34 |
| Binary | 10011 | 1010010 | 1111110 | 1010101 | 100011 | 0 | 110011 | 11001101 | 1001010 | 11100 |
Color Harmonies of #13527E
Complementary color
Monochromatic Colors of #13527E
Black with #13527E
Text Example
Text Example
White with #13527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13527E; }
p { color: rgb(19,82,126); }
H1.HeaderClassName
{
color: #13527E;
}
.AnyTagClassName
{
color: #13527E;
}
</style>
background-color css
<style>
a { background-color: #13527E; }
a { background-color: rgb(19,82,126); }
div.DivClassName
{
background-color: #13527E;
}
.BgClassName
{
background-color: #13527E;
}
</style>
border-color css
<style>
span { border-color: #13527E; }
span { border-color: rgb(19,82,126); }
td.TdClassName
{
border-color: #13527E;
}
.TagClassName
{
border-color: #13527E;
}
</style>