Shades of Dark Cerulean #13387D
Tints of Dark Cerulean #13387D
RGB
CMYK
RGB Variations
Color information
#13387D (or 0x13387D) is known color: Dark Cerulean. HEX triplet: 13, 38 and 7D. RGB value is (19,56,125). Sum of RGB (Red+Green+Blue) = 19+56+125=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #13387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13387D is #ECC782. Grayscale: #343434. Windows color (decimal): -15517571 or 8206355. OLE color: 8206355.
HSL color Cylindrical-coordinate representation of color #13387D: hue angle of 219.06º 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 #13387D is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 56 | 125 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.51 |
| HSL | 219.06º | 0.74% | 0.28% | - |
| HSV(B) | 219.06º | 0.85% | 0.49% | - |
| XYZ | 5.38 | 4.45 | 19.98 | - |
| YUV | 52.8 | 168.74 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 125 | 0.85 | 0.55 | 0 | 0.51 | 219.06 | 0.74 | 0.28 |
| Hex | 13 | 38 | 7D | 55 | 37 | 0 | 33 | DB | 4A | 1C |
| Octal | 23 | 70 | 175 | 125 | 67 | 0 | 63 | 333 | 112 | 34 |
| Binary | 10011 | 111000 | 1111101 | 1010101 | 110111 | 0 | 110011 | 11011011 | 1001010 | 11100 |
Color Harmonies of #13387D
Complementary color
Monochromatic Colors of #13387D
Black with #13387D
Text Example
Text Example
White with #13387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13387D; }
p { color: rgb(19,56,125); }
H1.HeaderClassName
{
color: #13387D;
}
.AnyTagClassName
{
color: #13387D;
}
</style>
background-color css
<style>
a { background-color: #13387D; }
a { background-color: rgb(19,56,125); }
div.DivClassName
{
background-color: #13387D;
}
.BgClassName
{
background-color: #13387D;
}
</style>
border-color css
<style>
span { border-color: #13387D; }
span { border-color: rgb(19,56,125); }
td.TdClassName
{
border-color: #13387D;
}
.TagClassName
{
border-color: #13387D;
}
</style>