Shades of Regal Blue #193A5C
Tints of Regal Blue #193A5C
RGB
CMYK
RGB Variations
Color information
#193A5C (or 0x193A5C) is known color: Regal Blue. HEX triplet: 19, 3A and 5C. RGB value is (25,58,92). Sum of RGB (Red+Green+Blue) = 25+58+92=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #193A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A5C is #E6C5A3. Grayscale: #333333. Windows color (decimal): -15123876 or 6044185. OLE color: 6044185.
HSL color Cylindrical-coordinate representation of color #193A5C: hue angle of 210.45º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193A5C is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 58 | 92 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.64 |
| HSL | 210.45º | 0.57% | 0.23% | - |
| HSV(B) | 210.45º | 0.73% | 0.36% | - |
| XYZ | 3.85 | 4.01 | 10.7 | - |
| YUV | 52.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 92 | 0.73 | 0.37 | 0 | 0.64 | 210.45 | 0.57 | 0.23 |
| Hex | 19 | 3A | 5C | 49 | 25 | 0 | 40 | D2 | 39 | 17 |
| Octal | 31 | 72 | 134 | 111 | 45 | 0 | 100 | 322 | 71 | 27 |
| Binary | 11001 | 111010 | 1011100 | 1001001 | 100101 | 0 | 1000000 | 11010010 | 111001 | 10111 |
Color Harmonies of #193A5C
Complementary color
Monochromatic Colors of #193A5C
Black with #193A5C
Text Example
Text Example
White with #193A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A5C; }
p { color: rgb(25,58,92); }
H1.HeaderClassName
{
color: #193A5C;
}
.AnyTagClassName
{
color: #193A5C;
}
</style>
background-color css
<style>
a { background-color: #193A5C; }
a { background-color: rgb(25,58,92); }
div.DivClassName
{
background-color: #193A5C;
}
.BgClassName
{
background-color: #193A5C;
}
</style>
border-color css
<style>
span { border-color: #193A5C; }
span { border-color: rgb(25,58,92); }
td.TdClassName
{
border-color: #193A5C;
}
.TagClassName
{
border-color: #193A5C;
}
</style>