Shades of Regal Blue #193853
Tints of Regal Blue #193853
RGB
CMYK
RGB Variations
Color information
#193853 (or 0x193853) is known color: Regal Blue. HEX triplet: 19, 38 and 53. RGB value is (25,56,83). Sum of RGB (Red+Green+Blue) = 25+56+83=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #193853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193853 is #E6C7AC. Grayscale: #313131. Windows color (decimal): -15124397 or 5453849. OLE color: 5453849.
HSL color Cylindrical-coordinate representation of color #193853: hue angle of 207.93º 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 #193853 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 56 | 83 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.67 |
| HSL | 207.93º | 0.54% | 0.21% | - |
| HSV(B) | 207.93º | 0.7% | 0.33% | - |
| XYZ | 3.38 | 3.66 | 8.71 | - |
| YUV | 49.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 83 | 0.70 | 0.33 | 0 | 0.67 | 207.93 | 0.54 | 0.21 |
| Hex | 19 | 38 | 53 | 46 | 21 | 0 | 43 | D0 | 36 | 15 |
| Octal | 31 | 70 | 123 | 106 | 41 | 0 | 103 | 320 | 66 | 25 |
| Binary | 11001 | 111000 | 1010011 | 1000110 | 100001 | 0 | 1000011 | 11010000 | 110110 | 10101 |
Color Harmonies of #193853
Complementary color
Monochromatic Colors of #193853
Black with #193853
Text Example
Text Example
White with #193853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193853; }
p { color: rgb(25,56,83); }
H1.HeaderClassName
{
color: #193853;
}
.AnyTagClassName
{
color: #193853;
}
</style>
background-color css
<style>
a { background-color: #193853; }
a { background-color: rgb(25,56,83); }
div.DivClassName
{
background-color: #193853;
}
.BgClassName
{
background-color: #193853;
}
</style>
border-color css
<style>
span { border-color: #193853; }
span { border-color: rgb(25,56,83); }
td.TdClassName
{
border-color: #193853;
}
.TagClassName
{
border-color: #193853;
}
</style>