Shades of Dark Cerulean #193F87
Tints of Dark Cerulean #193F87
RGB
CMYK
RGB Variations
Color information
#193F87 (or 0x193F87) is known color: Dark Cerulean. HEX triplet: 19, 3F and 87. RGB value is (25,63,135). Sum of RGB (Red+Green+Blue) = 25+63+135=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #193F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F87 is #E6C078. Grayscale: #3B3B3B. Windows color (decimal): -15122553 or 8863513. OLE color: 8863513.
HSL color Cylindrical-coordinate representation of color #193F87: hue angle of 219.27º 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 #193F87 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 63 | 135 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.47 |
| HSL | 219.27º | 0.69% | 0.31% | - |
| HSV(B) | 219.27º | 0.81% | 0.53% | - |
| XYZ | 6.55 | 5.51 | 23.64 | - |
| YUV | 59.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 135 | 0.81 | 0.53 | 0 | 0.47 | 219.27 | 0.69 | 0.31 |
| Hex | 19 | 3F | 87 | 51 | 35 | 0 | 2F | DB | 45 | 1F |
| Octal | 31 | 77 | 207 | 121 | 65 | 0 | 57 | 333 | 105 | 37 |
| Binary | 11001 | 111111 | 10000111 | 1010001 | 110101 | 0 | 101111 | 11011011 | 1000101 | 11111 |
Color Harmonies of #193F87
Complementary color
Monochromatic Colors of #193F87
Black with #193F87
Text Example
Text Example
White with #193F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F87; }
p { color: rgb(25,63,135); }
H1.HeaderClassName
{
color: #193F87;
}
.AnyTagClassName
{
color: #193F87;
}
</style>
background-color css
<style>
a { background-color: #193F87; }
a { background-color: rgb(25,63,135); }
div.DivClassName
{
background-color: #193F87;
}
.BgClassName
{
background-color: #193F87;
}
</style>
border-color css
<style>
span { border-color: #193F87; }
span { border-color: rgb(25,63,135); }
td.TdClassName
{
border-color: #193F87;
}
.TagClassName
{
border-color: #193F87;
}
</style>