Shades of Dark Cerulean #193887
Tints of Dark Cerulean #193887
RGB
CMYK
RGB Variations
Color information
#193887 (or 0x193887) is known color: Dark Cerulean. HEX triplet: 19, 38 and 87. RGB value is (25,56,135). Sum of RGB (Red+Green+Blue) = 25+56+135=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #193887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193887 is #E6C778. Grayscale: #373737. Windows color (decimal): -15124345 or 8861721. OLE color: 8861721.
HSL color Cylindrical-coordinate representation of color #193887: hue angle of 223.09º 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 #193887 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 56 | 135 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.47 |
| HSL | 223.09º | 0.69% | 0.31% | - |
| HSV(B) | 223.09º | 0.81% | 0.53% | - |
| XYZ | 6.19 | 4.78 | 23.52 | - |
| YUV | 55.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 135 | 0.81 | 0.59 | 0 | 0.47 | 223.09 | 0.69 | 0.31 |
| Hex | 19 | 38 | 87 | 51 | 3B | 0 | 2F | DF | 45 | 1F |
| Octal | 31 | 70 | 207 | 121 | 73 | 0 | 57 | 337 | 105 | 37 |
| Binary | 11001 | 111000 | 10000111 | 1010001 | 111011 | 0 | 101111 | 11011111 | 1000101 | 11111 |
Color Harmonies of #193887
Complementary color
Monochromatic Colors of #193887
Black with #193887
Text Example
Text Example
White with #193887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193887; }
p { color: rgb(25,56,135); }
H1.HeaderClassName
{
color: #193887;
}
.AnyTagClassName
{
color: #193887;
}
</style>
background-color css
<style>
a { background-color: #193887; }
a { background-color: rgb(25,56,135); }
div.DivClassName
{
background-color: #193887;
}
.BgClassName
{
background-color: #193887;
}
</style>
border-color css
<style>
span { border-color: #193887; }
span { border-color: rgb(25,56,135); }
td.TdClassName
{
border-color: #193887;
}
.TagClassName
{
border-color: #193887;
}
</style>