Shades of Regal Blue #193D61
Tints of Regal Blue #193D61
RGB
CMYK
RGB Variations
Color information
#193D61 (or 0x193D61) is known color: Regal Blue. HEX triplet: 19, 3D and 61. RGB value is (25,61,97). Sum of RGB (Red+Green+Blue) = 25+61+97=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #193D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D61 is #E6C29E. Grayscale: #363636. Windows color (decimal): -15123103 or 6372633. OLE color: 6372633.
HSL color Cylindrical-coordinate representation of color #193D61: hue angle of 210º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193D61 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 61 | 97 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.62 |
| HSL | 210º | 0.59% | 0.24% | - |
| HSV(B) | 210º | 0.74% | 0.38% | - |
| XYZ | 4.23 | 4.41 | 11.94 | - |
| YUV | 54.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 97 | 0.74 | 0.37 | 0 | 0.62 | 210 | 0.59 | 0.24 |
| Hex | 19 | 3D | 61 | 4A | 25 | 0 | 3E | D2 | 3B | 18 |
| Octal | 31 | 75 | 141 | 112 | 45 | 0 | 76 | 322 | 73 | 30 |
| Binary | 11001 | 111101 | 1100001 | 1001010 | 100101 | 0 | 111110 | 11010010 | 111011 | 11000 |
Color Harmonies of #193D61
Complementary color
Monochromatic Colors of #193D61
Black with #193D61
Text Example
Text Example
White with #193D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D61; }
p { color: rgb(25,61,97); }
H1.HeaderClassName
{
color: #193D61;
}
.AnyTagClassName
{
color: #193D61;
}
</style>
background-color css
<style>
a { background-color: #193D61; }
a { background-color: rgb(25,61,97); }
div.DivClassName
{
background-color: #193D61;
}
.BgClassName
{
background-color: #193D61;
}
</style>
border-color css
<style>
span { border-color: #193D61; }
span { border-color: rgb(25,61,97); }
td.TdClassName
{
border-color: #193D61;
}
.TagClassName
{
border-color: #193D61;
}
</style>