Shades of Regal Blue #193656
Tints of Regal Blue #193656
RGB
CMYK
RGB Variations
Color information
#193656 (or 0x193656) is known color: Regal Blue. HEX triplet: 19, 36 and 56. RGB value is (25,54,86). Sum of RGB (Red+Green+Blue) = 25+54+86=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #193656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193656 is #E6C9A9. Grayscale: #303030. Windows color (decimal): -15124906 or 5649945. OLE color: 5649945.
HSL color Cylindrical-coordinate representation of color #193656: hue angle of 211.48º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193656 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 54 | 86 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.66 |
| HSL | 211.48º | 0.55% | 0.22% | - |
| HSV(B) | 211.48º | 0.71% | 0.34% | - |
| XYZ | 3.4 | 3.52 | 9.3 | - |
| YUV | 48.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 86 | 0.71 | 0.37 | 0 | 0.66 | 211.48 | 0.55 | 0.22 |
| Hex | 19 | 36 | 56 | 47 | 25 | 0 | 42 | D3 | 37 | 16 |
| Octal | 31 | 66 | 126 | 107 | 45 | 0 | 102 | 323 | 67 | 26 |
| Binary | 11001 | 110110 | 1010110 | 1000111 | 100101 | 0 | 1000010 | 11010011 | 110111 | 10110 |
Color Harmonies of #193656
Complementary color
Monochromatic Colors of #193656
Black with #193656
Text Example
Text Example
White with #193656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193656; }
p { color: rgb(25,54,86); }
H1.HeaderClassName
{
color: #193656;
}
.AnyTagClassName
{
color: #193656;
}
</style>
background-color css
<style>
a { background-color: #193656; }
a { background-color: rgb(25,54,86); }
div.DivClassName
{
background-color: #193656;
}
.BgClassName
{
background-color: #193656;
}
</style>
border-color css
<style>
span { border-color: #193656; }
span { border-color: rgb(25,54,86); }
td.TdClassName
{
border-color: #193656;
}
.TagClassName
{
border-color: #193656;
}
</style>