Shades of Regal Blue #19385F
Tints of Regal Blue #19385F
RGB
CMYK
RGB Variations
Color information
#19385F (or 0x19385F) is known color: Regal Blue. HEX triplet: 19, 38 and 5F. RGB value is (25,56,95). Sum of RGB (Red+Green+Blue) = 25+56+95=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #19385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385F is #E6C7A0. Grayscale: #323232. Windows color (decimal): -15124385 or 6240281. OLE color: 6240281.
HSL color Cylindrical-coordinate representation of color #19385F: hue angle of 213.43º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19385F is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 56 | 95 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.63 |
| HSL | 213.43º | 0.58% | 0.24% | - |
| HSV(B) | 213.43º | 0.74% | 0.37% | - |
| XYZ | 3.88 | 3.86 | 11.37 | - |
| YUV | 51.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 95 | 0.74 | 0.41 | 0 | 0.63 | 213.43 | 0.58 | 0.24 |
| Hex | 19 | 38 | 5F | 4A | 29 | 0 | 3F | D5 | 3A | 18 |
| Octal | 31 | 70 | 137 | 112 | 51 | 0 | 77 | 325 | 72 | 30 |
| Binary | 11001 | 111000 | 1011111 | 1001010 | 101001 | 0 | 111111 | 11010101 | 111010 | 11000 |
Color Harmonies of #19385F
Complementary color
Monochromatic Colors of #19385F
Black with #19385F
Text Example
Text Example
White with #19385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19385F; }
p { color: rgb(25,56,95); }
H1.HeaderClassName
{
color: #19385F;
}
.AnyTagClassName
{
color: #19385F;
}
</style>
background-color css
<style>
a { background-color: #19385F; }
a { background-color: rgb(25,56,95); }
div.DivClassName
{
background-color: #19385F;
}
.BgClassName
{
background-color: #19385F;
}
</style>
border-color css
<style>
span { border-color: #19385F; }
span { border-color: rgb(25,56,95); }
td.TdClassName
{
border-color: #19385F;
}
.TagClassName
{
border-color: #19385F;
}
</style>