Shades of Dark Cerulean #193785
Tints of Dark Cerulean #193785
RGB
CMYK
RGB Variations
Color information
#193785 (or 0x193785) is known color: Dark Cerulean. HEX triplet: 19, 37 and 85. RGB value is (25,55,133). Sum of RGB (Red+Green+Blue) = 25+55+133=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #193785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193785 is #E6C87A. Grayscale: #363636. Windows color (decimal): -15124603 or 8730393. OLE color: 8730393.
HSL color Cylindrical-coordinate representation of color #193785: hue angle of 223.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193785 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 55 | 133 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.48 |
| HSL | 223.33º | 0.68% | 0.31% | - |
| HSV(B) | 223.33º | 0.81% | 0.52% | - |
| XYZ | 6 | 4.63 | 22.77 | - |
| YUV | 54.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 133 | 0.81 | 0.59 | 0 | 0.48 | 223.33 | 0.68 | 0.31 |
| Hex | 19 | 37 | 85 | 51 | 3B | 0 | 30 | DF | 44 | 1F |
| Octal | 31 | 67 | 205 | 121 | 73 | 0 | 60 | 337 | 104 | 37 |
| Binary | 11001 | 110111 | 10000101 | 1010001 | 111011 | 0 | 110000 | 11011111 | 1000100 | 11111 |
Color Harmonies of #193785
Complementary color
Monochromatic Colors of #193785
Black with #193785
Text Example
Text Example
White with #193785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193785; }
p { color: rgb(25,55,133); }
H1.HeaderClassName
{
color: #193785;
}
.AnyTagClassName
{
color: #193785;
}
</style>
background-color css
<style>
a { background-color: #193785; }
a { background-color: rgb(25,55,133); }
div.DivClassName
{
background-color: #193785;
}
.BgClassName
{
background-color: #193785;
}
</style>
border-color css
<style>
span { border-color: #193785; }
span { border-color: rgb(25,55,133); }
td.TdClassName
{
border-color: #193785;
}
.TagClassName
{
border-color: #193785;
}
</style>