Shades of Dark Cerulean #193B87
Tints of Dark Cerulean #193B87
RGB
CMYK
RGB Variations
Color information
#193B87 (or 0x193B87) is known color: Dark Cerulean. HEX triplet: 19, 3B and 87. RGB value is (25,59,135). Sum of RGB (Red+Green+Blue) = 25+59+135=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #193B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B87 is #E6C478. Grayscale: #393939. Windows color (decimal): -15123577 or 8862489. OLE color: 8862489.
HSL color Cylindrical-coordinate representation of color #193B87: hue angle of 221.45º 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 #193B87 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 59 | 135 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.47 |
| HSL | 221.45º | 0.69% | 0.31% | - |
| HSV(B) | 221.45º | 0.81% | 0.53% | - |
| XYZ | 6.34 | 5.08 | 23.57 | - |
| YUV | 57.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 135 | 0.81 | 0.56 | 0 | 0.47 | 221.45 | 0.69 | 0.31 |
| Hex | 19 | 3B | 87 | 51 | 38 | 0 | 2F | DD | 45 | 1F |
| Octal | 31 | 73 | 207 | 121 | 70 | 0 | 57 | 335 | 105 | 37 |
| Binary | 11001 | 111011 | 10000111 | 1010001 | 111000 | 0 | 101111 | 11011101 | 1000101 | 11111 |
Color Harmonies of #193B87
Complementary color
Monochromatic Colors of #193B87
Black with #193B87
Text Example
Text Example
White with #193B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B87; }
p { color: rgb(25,59,135); }
H1.HeaderClassName
{
color: #193B87;
}
.AnyTagClassName
{
color: #193B87;
}
</style>
background-color css
<style>
a { background-color: #193B87; }
a { background-color: rgb(25,59,135); }
div.DivClassName
{
background-color: #193B87;
}
.BgClassName
{
background-color: #193B87;
}
</style>
border-color css
<style>
span { border-color: #193B87; }
span { border-color: rgb(25,59,135); }
td.TdClassName
{
border-color: #193B87;
}
.TagClassName
{
border-color: #193B87;
}
</style>