Shades of Dark Cerulean #13377C
Tints of Dark Cerulean #13377C
RGB
CMYK
RGB Variations
Color information
#13377C (or 0x13377C) is known color: Dark Cerulean. HEX triplet: 13, 37 and 7C. RGB value is (19,55,124). Sum of RGB (Red+Green+Blue) = 19+55+124=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #13377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13377C is #ECC883. Grayscale: #333333. Windows color (decimal): -15517828 or 8140563. OLE color: 8140563.
HSL color Cylindrical-coordinate representation of color #13377C: hue angle of 219.43º 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 #13377C is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 55 | 124 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.51 |
| HSL | 219.43º | 0.73% | 0.28% | - |
| HSV(B) | 219.43º | 0.85% | 0.49% | - |
| XYZ | 5.27 | 4.33 | 19.63 | - |
| YUV | 52.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 124 | 0.85 | 0.56 | 0 | 0.51 | 219.43 | 0.73 | 0.28 |
| Hex | 13 | 37 | 7C | 55 | 38 | 0 | 33 | DB | 49 | 1C |
| Octal | 23 | 67 | 174 | 125 | 70 | 0 | 63 | 333 | 111 | 34 |
| Binary | 10011 | 110111 | 1111100 | 1010101 | 111000 | 0 | 110011 | 11011011 | 1001001 | 11100 |
Color Harmonies of #13377C
Complementary color
Monochromatic Colors of #13377C
Black with #13377C
Text Example
Text Example
White with #13377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13377C; }
p { color: rgb(19,55,124); }
H1.HeaderClassName
{
color: #13377C;
}
.AnyTagClassName
{
color: #13377C;
}
</style>
background-color css
<style>
a { background-color: #13377C; }
a { background-color: rgb(19,55,124); }
div.DivClassName
{
background-color: #13377C;
}
.BgClassName
{
background-color: #13377C;
}
</style>
border-color css
<style>
span { border-color: #13377C; }
span { border-color: rgb(19,55,124); }
td.TdClassName
{
border-color: #13377C;
}
.TagClassName
{
border-color: #13377C;
}
</style>