Shades of Regal Blue #193854
Tints of Regal Blue #193854
RGB
CMYK
RGB Variations
Color information
#193854 (or 0x193854) is known color: Regal Blue. HEX triplet: 19, 38 and 54. RGB value is (25,56,84). Sum of RGB (Red+Green+Blue) = 25+56+84=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #193854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193854 is #E6C7AB. Grayscale: #313131. Windows color (decimal): -15124396 or 5519385. OLE color: 5519385.
HSL color Cylindrical-coordinate representation of color #193854: hue angle of 208.47º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193854 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 56 | 84 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.67 |
| HSL | 208.47º | 0.54% | 0.21% | - |
| HSV(B) | 208.47º | 0.7% | 0.33% | - |
| XYZ | 3.42 | 3.68 | 8.92 | - |
| YUV | 49.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 84 | 0.70 | 0.33 | 0 | 0.67 | 208.47 | 0.54 | 0.21 |
| Hex | 19 | 38 | 54 | 46 | 21 | 0 | 43 | D0 | 36 | 15 |
| Octal | 31 | 70 | 124 | 106 | 41 | 0 | 103 | 320 | 66 | 25 |
| Binary | 11001 | 111000 | 1010100 | 1000110 | 100001 | 0 | 1000011 | 11010000 | 110110 | 10101 |
Color Harmonies of #193854
Complementary color
Monochromatic Colors of #193854
Black with #193854
Text Example
Text Example
White with #193854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193854; }
p { color: rgb(25,56,84); }
H1.HeaderClassName
{
color: #193854;
}
.AnyTagClassName
{
color: #193854;
}
</style>
background-color css
<style>
a { background-color: #193854; }
a { background-color: rgb(25,56,84); }
div.DivClassName
{
background-color: #193854;
}
.BgClassName
{
background-color: #193854;
}
</style>
border-color css
<style>
span { border-color: #193854; }
span { border-color: rgb(25,56,84); }
td.TdClassName
{
border-color: #193854;
}
.TagClassName
{
border-color: #193854;
}
</style>