Shades of Dark Cerulean #193F83
Tints of Dark Cerulean #193F83
RGB
CMYK
RGB Variations
Color information
#193F83 (or 0x193F83) is known color: Dark Cerulean. HEX triplet: 19, 3F and 83. RGB value is (25,63,131). Sum of RGB (Red+Green+Blue) = 25+63+131=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #193F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F83 is #E6C07C. Grayscale: #3B3B3B. Windows color (decimal): -15122557 or 8601369. OLE color: 8601369.
HSL color Cylindrical-coordinate representation of color #193F83: hue angle of 218.49º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193F83 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 63 | 131 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.49 |
| HSL | 218.49º | 0.68% | 0.31% | - |
| HSV(B) | 218.49º | 0.81% | 0.51% | - |
| XYZ | 6.28 | 5.4 | 22.18 | - |
| YUV | 59.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 131 | 0.81 | 0.52 | 0 | 0.49 | 218.49 | 0.68 | 0.31 |
| Hex | 19 | 3F | 83 | 51 | 34 | 0 | 31 | DA | 44 | 1F |
| Octal | 31 | 77 | 203 | 121 | 64 | 0 | 61 | 332 | 104 | 37 |
| Binary | 11001 | 111111 | 10000011 | 1010001 | 110100 | 0 | 110001 | 11011010 | 1000100 | 11111 |
Color Harmonies of #193F83
Complementary color
Monochromatic Colors of #193F83
Black with #193F83
Text Example
Text Example
White with #193F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F83; }
p { color: rgb(25,63,131); }
H1.HeaderClassName
{
color: #193F83;
}
.AnyTagClassName
{
color: #193F83;
}
</style>
background-color css
<style>
a { background-color: #193F83; }
a { background-color: rgb(25,63,131); }
div.DivClassName
{
background-color: #193F83;
}
.BgClassName
{
background-color: #193F83;
}
</style>
border-color css
<style>
span { border-color: #193F83; }
span { border-color: rgb(25,63,131); }
td.TdClassName
{
border-color: #193F83;
}
.TagClassName
{
border-color: #193F83;
}
</style>