Shades of Dark Cerulean #13527B
Tints of Dark Cerulean #13527B
RGB
CMYK
RGB Variations
Color information
#13527B (or 0x13527B) is known color: Dark Cerulean. HEX triplet: 13, 52 and 7B. RGB value is (19,82,123). Sum of RGB (Red+Green+Blue) = 19+82+123=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #13527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13527B is #ECAD84. Grayscale: #434343. Windows color (decimal): -15510917 or 8081939. OLE color: 8081939.
HSL color Cylindrical-coordinate representation of color #13527B: hue angle of 203.65º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13527B is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 82 | 123 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.52 |
| HSL | 203.65º | 0.73% | 0.28% | - |
| HSV(B) | 203.65º | 0.85% | 0.48% | - |
| XYZ | 6.86 | 7.6 | 19.84 | - |
| YUV | 67.84 | 159.13 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 123 | 0.85 | 0.33 | 0 | 0.52 | 203.65 | 0.73 | 0.28 |
| Hex | 13 | 52 | 7B | 55 | 21 | 0 | 34 | CC | 49 | 1C |
| Octal | 23 | 122 | 173 | 125 | 41 | 0 | 64 | 314 | 111 | 34 |
| Binary | 10011 | 1010010 | 1111011 | 1010101 | 100001 | 0 | 110100 | 11001100 | 1001001 | 11100 |
Color Harmonies of #13527B
Complementary color
Monochromatic Colors of #13527B
Black with #13527B
Text Example
Text Example
White with #13527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13527B; }
p { color: rgb(19,82,123); }
H1.HeaderClassName
{
color: #13527B;
}
.AnyTagClassName
{
color: #13527B;
}
</style>
background-color css
<style>
a { background-color: #13527B; }
a { background-color: rgb(19,82,123); }
div.DivClassName
{
background-color: #13527B;
}
.BgClassName
{
background-color: #13527B;
}
</style>
border-color css
<style>
span { border-color: #13527B; }
span { border-color: rgb(19,82,123); }
td.TdClassName
{
border-color: #13527B;
}
.TagClassName
{
border-color: #13527B;
}
</style>