Shades of Regal Blue #193859
Tints of Regal Blue #193859
RGB
CMYK
RGB Variations
Color information
#193859 (or 0x193859) is known color: Regal Blue. HEX triplet: 19, 38 and 59. RGB value is (25,56,89). Sum of RGB (Red+Green+Blue) = 25+56+89=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #193859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193859 is #E6C7A6. Grayscale: #323232. Windows color (decimal): -15124391 or 5847065. OLE color: 5847065.
HSL color Cylindrical-coordinate representation of color #193859: hue angle of 210.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193859 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 56 | 89 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.65 |
| HSL | 210.94º | 0.56% | 0.22% | - |
| HSV(B) | 210.94º | 0.72% | 0.35% | - |
| XYZ | 3.62 | 3.76 | 9.99 | - |
| YUV | 50.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 89 | 0.72 | 0.37 | 0 | 0.65 | 210.94 | 0.56 | 0.22 |
| Hex | 19 | 38 | 59 | 48 | 25 | 0 | 41 | D3 | 38 | 16 |
| Octal | 31 | 70 | 131 | 110 | 45 | 0 | 101 | 323 | 70 | 26 |
| Binary | 11001 | 111000 | 1011001 | 1001000 | 100101 | 0 | 1000001 | 11010011 | 111000 | 10110 |
Color Harmonies of #193859
Complementary color
Monochromatic Colors of #193859
Black with #193859
Text Example
Text Example
White with #193859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193859; }
p { color: rgb(25,56,89); }
H1.HeaderClassName
{
color: #193859;
}
.AnyTagClassName
{
color: #193859;
}
</style>
background-color css
<style>
a { background-color: #193859; }
a { background-color: rgb(25,56,89); }
div.DivClassName
{
background-color: #193859;
}
.BgClassName
{
background-color: #193859;
}
</style>
border-color css
<style>
span { border-color: #193859; }
span { border-color: rgb(25,56,89); }
td.TdClassName
{
border-color: #193859;
}
.TagClassName
{
border-color: #193859;
}
</style>