Shades of Dark Cerulean #13427C
Tints of Dark Cerulean #13427C
RGB
CMYK
RGB Variations
Color information
#13427C (or 0x13427C) is known color: Dark Cerulean. HEX triplet: 13, 42 and 7C. RGB value is (19,66,124). Sum of RGB (Red+Green+Blue) = 19+66+124=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #13427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13427C is #ECBD83. Grayscale: #3A3A3A. Windows color (decimal): -15515012 or 8143379. OLE color: 8143379.
HSL color Cylindrical-coordinate representation of color #13427C: hue angle of 213.14º 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 #13427C is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 66 | 124 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.51 |
| HSL | 213.14º | 0.73% | 0.28% | - |
| HSV(B) | 213.14º | 0.85% | 0.49% | - |
| XYZ | 5.85 | 5.49 | 19.82 | - |
| YUV | 58.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 124 | 0.85 | 0.47 | 0 | 0.51 | 213.14 | 0.73 | 0.28 |
| Hex | 13 | 42 | 7C | 55 | 2F | 0 | 33 | D5 | 49 | 1C |
| Octal | 23 | 102 | 174 | 125 | 57 | 0 | 63 | 325 | 111 | 34 |
| Binary | 10011 | 1000010 | 1111100 | 1010101 | 101111 | 0 | 110011 | 11010101 | 1001001 | 11100 |
Color Harmonies of #13427C
Complementary color
Monochromatic Colors of #13427C
Black with #13427C
Text Example
Text Example
White with #13427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13427C; }
p { color: rgb(19,66,124); }
H1.HeaderClassName
{
color: #13427C;
}
.AnyTagClassName
{
color: #13427C;
}
</style>
background-color css
<style>
a { background-color: #13427C; }
a { background-color: rgb(19,66,124); }
div.DivClassName
{
background-color: #13427C;
}
.BgClassName
{
background-color: #13427C;
}
</style>
border-color css
<style>
span { border-color: #13427C; }
span { border-color: rgb(19,66,124); }
td.TdClassName
{
border-color: #13427C;
}
.TagClassName
{
border-color: #13427C;
}
</style>