Shades of Dark Cerulean #193F82
Tints of Dark Cerulean #193F82
RGB
CMYK
RGB Variations
Color information
#193F82 (or 0x193F82) is known color: Dark Cerulean. HEX triplet: 19, 3F and 82. RGB value is (25,63,130). Sum of RGB (Red+Green+Blue) = 25+63+130=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #193F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F82 is #E6C07D. Grayscale: #3A3A3A. Windows color (decimal): -15122558 or 8535833. OLE color: 8535833.
HSL color Cylindrical-coordinate representation of color #193F82: hue angle of 218.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193F82 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 63 | 130 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.49 |
| HSL | 218.29º | 0.68% | 0.3% | - |
| HSV(B) | 218.29º | 0.81% | 0.51% | - |
| XYZ | 6.21 | 5.37 | 21.83 | - |
| YUV | 59.28 | 167.91 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 130 | 0.81 | 0.52 | 0 | 0.49 | 218.29 | 0.68 | 0.3 |
| Hex | 19 | 3F | 82 | 51 | 34 | 0 | 31 | DA | 44 | 1E |
| Octal | 31 | 77 | 202 | 121 | 64 | 0 | 61 | 332 | 104 | 36 |
| Binary | 11001 | 111111 | 10000010 | 1010001 | 110100 | 0 | 110001 | 11011010 | 1000100 | 11110 |
Color Harmonies of #193F82
Complementary color
Monochromatic Colors of #193F82
Black with #193F82
Text Example
Text Example
White with #193F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F82; }
p { color: rgb(25,63,130); }
H1.HeaderClassName
{
color: #193F82;
}
.AnyTagClassName
{
color: #193F82;
}
</style>
background-color css
<style>
a { background-color: #193F82; }
a { background-color: rgb(25,63,130); }
div.DivClassName
{
background-color: #193F82;
}
.BgClassName
{
background-color: #193F82;
}
</style>
border-color css
<style>
span { border-color: #193F82; }
span { border-color: rgb(25,63,130); }
td.TdClassName
{
border-color: #193F82;
}
.TagClassName
{
border-color: #193F82;
}
</style>