Shades of Regal Blue #194064
Tints of Regal Blue #194064
RGB
CMYK
RGB Variations
Color information
#194064 (or 0x194064) is known color: Regal Blue. HEX triplet: 19, 40 and 64. RGB value is (25,64,100). Sum of RGB (Red+Green+Blue) = 25+64+100=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #194064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194064 is #E6BF9B. Grayscale: #383838. Windows color (decimal): -15122332 or 6570009. OLE color: 6570009.
HSL color Cylindrical-coordinate representation of color #194064: hue angle of 208.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194064 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 64 | 100 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.61 |
| HSL | 208.8º | 0.6% | 0.25% | - |
| HSV(B) | 208.8º | 0.75% | 0.39% | - |
| XYZ | 4.53 | 4.79 | 12.74 | - |
| YUV | 56.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 100 | 0.75 | 0.36 | 0 | 0.61 | 208.8 | 0.6 | 0.25 |
| Hex | 19 | 40 | 64 | 4B | 24 | 0 | 3D | D1 | 3C | 19 |
| Octal | 31 | 100 | 144 | 113 | 44 | 0 | 75 | 321 | 74 | 31 |
| Binary | 11001 | 1000000 | 1100100 | 1001011 | 100100 | 0 | 111101 | 11010001 | 111100 | 11001 |
Color Harmonies of #194064
Complementary color
Monochromatic Colors of #194064
Black with #194064
Text Example
Text Example
White with #194064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194064; }
p { color: rgb(25,64,100); }
H1.HeaderClassName
{
color: #194064;
}
.AnyTagClassName
{
color: #194064;
}
</style>
background-color css
<style>
a { background-color: #194064; }
a { background-color: rgb(25,64,100); }
div.DivClassName
{
background-color: #194064;
}
.BgClassName
{
background-color: #194064;
}
</style>
border-color css
<style>
span { border-color: #194064; }
span { border-color: rgb(25,64,100); }
td.TdClassName
{
border-color: #194064;
}
.TagClassName
{
border-color: #194064;
}
</style>