Shades of Regal Blue #19395A
Tints of Regal Blue #19395A
RGB
CMYK
RGB Variations
Color information
#19395A (or 0x19395A) is known color: Regal Blue. HEX triplet: 19, 39 and 5A. RGB value is (25,57,90). Sum of RGB (Red+Green+Blue) = 25+57+90=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #19395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19395A is #E6C6A5. Grayscale: #333333. Windows color (decimal): -15124134 or 5912857. OLE color: 5912857.
HSL color Cylindrical-coordinate representation of color #19395A: hue angle of 210.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19395A is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 57 | 90 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.65 |
| HSL | 210.46º | 0.57% | 0.23% | - |
| HSV(B) | 210.46º | 0.72% | 0.35% | - |
| XYZ | 3.71 | 3.87 | 10.22 | - |
| YUV | 51.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 90 | 0.72 | 0.37 | 0 | 0.65 | 210.46 | 0.57 | 0.23 |
| Hex | 19 | 39 | 5A | 48 | 25 | 0 | 41 | D2 | 39 | 17 |
| Octal | 31 | 71 | 132 | 110 | 45 | 0 | 101 | 322 | 71 | 27 |
| Binary | 11001 | 111001 | 1011010 | 1001000 | 100101 | 0 | 1000001 | 11010010 | 111001 | 10111 |
Color Harmonies of #19395A
Complementary color
Monochromatic Colors of #19395A
Black with #19395A
Text Example
Text Example
White with #19395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19395A; }
p { color: rgb(25,57,90); }
H1.HeaderClassName
{
color: #19395A;
}
.AnyTagClassName
{
color: #19395A;
}
</style>
background-color css
<style>
a { background-color: #19395A; }
a { background-color: rgb(25,57,90); }
div.DivClassName
{
background-color: #19395A;
}
.BgClassName
{
background-color: #19395A;
}
</style>
border-color css
<style>
span { border-color: #19395A; }
span { border-color: rgb(25,57,90); }
td.TdClassName
{
border-color: #19395A;
}
.TagClassName
{
border-color: #19395A;
}
</style>