Shades of Regal Blue #193D5A
Tints of Regal Blue #193D5A
RGB
CMYK
RGB Variations
Color information
#193D5A (or 0x193D5A) is known color: Regal Blue. HEX triplet: 19, 3D and 5A. RGB value is (25,61,90). Sum of RGB (Red+Green+Blue) = 25+61+90=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #193D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D5A is #E6C2A5. Grayscale: #353535. Windows color (decimal): -15123110 or 5913881. OLE color: 5913881.
HSL color Cylindrical-coordinate representation of color #193D5A: hue angle of 206.77º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193D5A is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 61 | 90 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.65 |
| HSL | 206.77º | 0.57% | 0.23% | - |
| HSV(B) | 206.77º | 0.72% | 0.35% | - |
| XYZ | 3.92 | 4.28 | 10.29 | - |
| YUV | 53.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 90 | 0.72 | 0.32 | 0 | 0.65 | 206.77 | 0.57 | 0.23 |
| Hex | 19 | 3D | 5A | 48 | 20 | 0 | 41 | CF | 39 | 17 |
| Octal | 31 | 75 | 132 | 110 | 40 | 0 | 101 | 317 | 71 | 27 |
| Binary | 11001 | 111101 | 1011010 | 1001000 | 100000 | 0 | 1000001 | 11001111 | 111001 | 10111 |
Color Harmonies of #193D5A
Complementary color
Monochromatic Colors of #193D5A
Black with #193D5A
Text Example
Text Example
White with #193D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D5A; }
p { color: rgb(25,61,90); }
H1.HeaderClassName
{
color: #193D5A;
}
.AnyTagClassName
{
color: #193D5A;
}
</style>
background-color css
<style>
a { background-color: #193D5A; }
a { background-color: rgb(25,61,90); }
div.DivClassName
{
background-color: #193D5A;
}
.BgClassName
{
background-color: #193D5A;
}
</style>
border-color css
<style>
span { border-color: #193D5A; }
span { border-color: rgb(25,61,90); }
td.TdClassName
{
border-color: #193D5A;
}
.TagClassName
{
border-color: #193D5A;
}
</style>