Shades of Regal Blue #193455
Tints of Regal Blue #193455
RGB
CMYK
RGB Variations
Color information
#193455 (or 0x193455) is known color: Regal Blue. HEX triplet: 19, 34 and 55. RGB value is (25,52,85). Sum of RGB (Red+Green+Blue) = 25+52+85=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #193455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193455 is #E6CBAA. Grayscale: #2F2F2F. Windows color (decimal): -15125419 or 5583897. OLE color: 5583897.
HSL color Cylindrical-coordinate representation of color #193455: hue angle of 213º 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 #193455 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 52 | 85 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.67 |
| HSL | 213º | 0.55% | 0.22% | - |
| HSV(B) | 213º | 0.71% | 0.33% | - |
| XYZ | 3.27 | 3.32 | 9.06 | - |
| YUV | 47.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 85 | 0.71 | 0.39 | 0 | 0.67 | 213 | 0.55 | 0.22 |
| Hex | 19 | 34 | 55 | 47 | 27 | 0 | 43 | D5 | 37 | 16 |
| Octal | 31 | 64 | 125 | 107 | 47 | 0 | 103 | 325 | 67 | 26 |
| Binary | 11001 | 110100 | 1010101 | 1000111 | 100111 | 0 | 1000011 | 11010101 | 110111 | 10110 |
Color Harmonies of #193455
Complementary color
Monochromatic Colors of #193455
Black with #193455
Text Example
Text Example
White with #193455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193455; }
p { color: rgb(25,52,85); }
H1.HeaderClassName
{
color: #193455;
}
.AnyTagClassName
{
color: #193455;
}
</style>
background-color css
<style>
a { background-color: #193455; }
a { background-color: rgb(25,52,85); }
div.DivClassName
{
background-color: #193455;
}
.BgClassName
{
background-color: #193455;
}
</style>
border-color css
<style>
span { border-color: #193455; }
span { border-color: rgb(25,52,85); }
td.TdClassName
{
border-color: #193455;
}
.TagClassName
{
border-color: #193455;
}
</style>