Shades of Regal Blue #193D55
Tints of Regal Blue #193D55
RGB
CMYK
RGB Variations
Color information
#193D55 (or 0x193D55) is known color: Regal Blue. HEX triplet: 19, 3D and 55. RGB value is (25,61,85). Sum of RGB (Red+Green+Blue) = 25+61+85=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #193D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D55 is #E6C2AA. Grayscale: #343434. Windows color (decimal): -15123115 or 5586201. OLE color: 5586201.
HSL color Cylindrical-coordinate representation of color #193D55: hue angle of 204º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193D55 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 61 | 85 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.67 |
| HSL | 204º | 0.55% | 0.22% | - |
| HSV(B) | 204º | 0.71% | 0.33% | - |
| XYZ | 3.71 | 4.2 | 9.21 | - |
| YUV | 52.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 85 | 0.71 | 0.28 | 0 | 0.67 | 204 | 0.55 | 0.22 |
| Hex | 19 | 3D | 55 | 47 | 1C | 0 | 43 | CC | 37 | 16 |
| Octal | 31 | 75 | 125 | 107 | 34 | 0 | 103 | 314 | 67 | 26 |
| Binary | 11001 | 111101 | 1010101 | 1000111 | 11100 | 0 | 1000011 | 11001100 | 110111 | 10110 |
Color Harmonies of #193D55
Complementary color
Monochromatic Colors of #193D55
Black with #193D55
Text Example
Text Example
White with #193D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D55; }
p { color: rgb(25,61,85); }
H1.HeaderClassName
{
color: #193D55;
}
.AnyTagClassName
{
color: #193D55;
}
</style>
background-color css
<style>
a { background-color: #193D55; }
a { background-color: rgb(25,61,85); }
div.DivClassName
{
background-color: #193D55;
}
.BgClassName
{
background-color: #193D55;
}
</style>
border-color css
<style>
span { border-color: #193D55; }
span { border-color: rgb(25,61,85); }
td.TdClassName
{
border-color: #193D55;
}
.TagClassName
{
border-color: #193D55;
}
</style>