Shades of Dark Cerulean #193F85
Tints of Dark Cerulean #193F85
RGB
CMYK
RGB Variations
Color information
#193F85 (or 0x193F85) is known color: Dark Cerulean. HEX triplet: 19, 3F and 85. RGB value is (25,63,133). Sum of RGB (Red+Green+Blue) = 25+63+133=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #193F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F85 is #E6C07A. Grayscale: #3B3B3B. Windows color (decimal): -15122555 or 8732441. OLE color: 8732441.
HSL color Cylindrical-coordinate representation of color #193F85: hue angle of 218.89º 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 #193F85 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 63 | 133 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.48 |
| HSL | 218.89º | 0.68% | 0.31% | - |
| HSV(B) | 218.89º | 0.81% | 0.52% | - |
| XYZ | 6.41 | 5.46 | 22.91 | - |
| YUV | 59.62 | 169.41 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 133 | 0.81 | 0.53 | 0 | 0.48 | 218.89 | 0.68 | 0.31 |
| Hex | 19 | 3F | 85 | 51 | 35 | 0 | 30 | DB | 44 | 1F |
| Octal | 31 | 77 | 205 | 121 | 65 | 0 | 60 | 333 | 104 | 37 |
| Binary | 11001 | 111111 | 10000101 | 1010001 | 110101 | 0 | 110000 | 11011011 | 1000100 | 11111 |
Color Harmonies of #193F85
Complementary color
Monochromatic Colors of #193F85
Black with #193F85
Text Example
Text Example
White with #193F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F85; }
p { color: rgb(25,63,133); }
H1.HeaderClassName
{
color: #193F85;
}
.AnyTagClassName
{
color: #193F85;
}
</style>
background-color css
<style>
a { background-color: #193F85; }
a { background-color: rgb(25,63,133); }
div.DivClassName
{
background-color: #193F85;
}
.BgClassName
{
background-color: #193F85;
}
</style>
border-color css
<style>
span { border-color: #193F85; }
span { border-color: rgb(25,63,133); }
td.TdClassName
{
border-color: #193F85;
}
.TagClassName
{
border-color: #193F85;
}
</style>