Shades of Dark Cerulean #193786
Tints of Dark Cerulean #193786
RGB
CMYK
RGB Variations
Color information
#193786 (or 0x193786) is known color: Dark Cerulean. HEX triplet: 19, 37 and 86. RGB value is (25,55,134). Sum of RGB (Red+Green+Blue) = 25+55+134=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #193786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193786 is #E6C879. Grayscale: #363636. Windows color (decimal): -15124602 or 8795929. OLE color: 8795929.
HSL color Cylindrical-coordinate representation of color #193786: hue angle of 223.49º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193786 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 55 | 134 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.47 |
| HSL | 223.49º | 0.69% | 0.31% | - |
| HSV(B) | 223.49º | 0.81% | 0.53% | - |
| XYZ | 6.07 | 4.66 | 23.13 | - |
| YUV | 55.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 134 | 0.81 | 0.59 | 0 | 0.47 | 223.49 | 0.69 | 0.31 |
| Hex | 19 | 37 | 86 | 51 | 3B | 0 | 2F | DF | 45 | 1F |
| Octal | 31 | 67 | 206 | 121 | 73 | 0 | 57 | 337 | 105 | 37 |
| Binary | 11001 | 110111 | 10000110 | 1010001 | 111011 | 0 | 101111 | 11011111 | 1000101 | 11111 |
Color Harmonies of #193786
Complementary color
Monochromatic Colors of #193786
Black with #193786
Text Example
Text Example
White with #193786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193786; }
p { color: rgb(25,55,134); }
H1.HeaderClassName
{
color: #193786;
}
.AnyTagClassName
{
color: #193786;
}
</style>
background-color css
<style>
a { background-color: #193786; }
a { background-color: rgb(25,55,134); }
div.DivClassName
{
background-color: #193786;
}
.BgClassName
{
background-color: #193786;
}
</style>
border-color css
<style>
span { border-color: #193786; }
span { border-color: rgb(25,55,134); }
td.TdClassName
{
border-color: #193786;
}
.TagClassName
{
border-color: #193786;
}
</style>