Shades of Regal Blue #193651
Tints of Regal Blue #193651
RGB
CMYK
RGB Variations
Color information
#193651 (or 0x193651) is known color: Regal Blue. HEX triplet: 19, 36 and 51. RGB value is (25,54,81). Sum of RGB (Red+Green+Blue) = 25+54+81=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #193651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193651 is #E6C9AE. Grayscale: #303030. Windows color (decimal): -15124911 or 5322265. OLE color: 5322265.
HSL color Cylindrical-coordinate representation of color #193651: hue angle of 208.93º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193651 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 54 | 81 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.68 |
| HSL | 208.93º | 0.53% | 0.21% | - |
| HSV(B) | 208.93º | 0.69% | 0.32% | - |
| XYZ | 3.21 | 3.44 | 8.28 | - |
| YUV | 48.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 81 | 0.69 | 0.33 | 0 | 0.68 | 208.93 | 0.53 | 0.21 |
| Hex | 19 | 36 | 51 | 45 | 21 | 0 | 44 | D1 | 35 | 15 |
| Octal | 31 | 66 | 121 | 105 | 41 | 0 | 104 | 321 | 65 | 25 |
| Binary | 11001 | 110110 | 1010001 | 1000101 | 100001 | 0 | 1000100 | 11010001 | 110101 | 10101 |
Color Harmonies of #193651
Complementary color
Monochromatic Colors of #193651
Black with #193651
Text Example
Text Example
White with #193651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193651; }
p { color: rgb(25,54,81); }
H1.HeaderClassName
{
color: #193651;
}
.AnyTagClassName
{
color: #193651;
}
</style>
background-color css
<style>
a { background-color: #193651; }
a { background-color: rgb(25,54,81); }
div.DivClassName
{
background-color: #193651;
}
.BgClassName
{
background-color: #193651;
}
</style>
border-color css
<style>
span { border-color: #193651; }
span { border-color: rgb(25,54,81); }
td.TdClassName
{
border-color: #193651;
}
.TagClassName
{
border-color: #193651;
}
</style>