Shades of Dark Cerulean #193E83
Tints of Dark Cerulean #193E83
RGB
CMYK
RGB Variations
Color information
#193E83 (or 0x193E83) is known color: Dark Cerulean. HEX triplet: 19, 3E and 83. RGB value is (25,62,131). Sum of RGB (Red+Green+Blue) = 25+62+131=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #193E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193E83 is #E6C17C. Grayscale: #3A3A3A. Windows color (decimal): -15122813 or 8601113. OLE color: 8601113.
HSL color Cylindrical-coordinate representation of color #193E83: hue angle of 219.06º 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 #193E83 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 62 | 131 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.49 |
| HSL | 219.06º | 0.68% | 0.31% | - |
| HSV(B) | 219.06º | 0.81% | 0.51% | - |
| XYZ | 6.22 | 5.29 | 22.17 | - |
| YUV | 58.8 | 168.74 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 131 | 0.81 | 0.53 | 0 | 0.49 | 219.06 | 0.68 | 0.31 |
| Hex | 19 | 3E | 83 | 51 | 35 | 0 | 31 | DB | 44 | 1F |
| Octal | 31 | 76 | 203 | 121 | 65 | 0 | 61 | 333 | 104 | 37 |
| Binary | 11001 | 111110 | 10000011 | 1010001 | 110101 | 0 | 110001 | 11011011 | 1000100 | 11111 |
Color Harmonies of #193E83
Complementary color
Monochromatic Colors of #193E83
Black with #193E83
Text Example
Text Example
White with #193E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E83; }
p { color: rgb(25,62,131); }
H1.HeaderClassName
{
color: #193E83;
}
.AnyTagClassName
{
color: #193E83;
}
</style>
background-color css
<style>
a { background-color: #193E83; }
a { background-color: rgb(25,62,131); }
div.DivClassName
{
background-color: #193E83;
}
.BgClassName
{
background-color: #193E83;
}
</style>
border-color css
<style>
span { border-color: #193E83; }
span { border-color: rgb(25,62,131); }
td.TdClassName
{
border-color: #193E83;
}
.TagClassName
{
border-color: #193E83;
}
</style>