Shades of Regal Blue #184164
Tints of Regal Blue #184164
RGB
CMYK
RGB Variations
Color information
#184164 (or 0x184164) is known color: Regal Blue. HEX triplet: 18, 41 and 64. RGB value is (24,65,100). Sum of RGB (Red+Green+Blue) = 24+65+100=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 65 (25.78% from 255 or 34.39% 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 #184164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184164 is #E7BE9B. Grayscale: #383838. Windows color (decimal): -15187612 or 6570264. OLE color: 6570264.
HSL color Cylindrical-coordinate representation of color #184164: hue angle of 207.63º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184164 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 65 | 100 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.61 |
| HSL | 207.63º | 0.61% | 0.24% | - |
| HSV(B) | 207.63º | 0.76% | 0.39% | - |
| XYZ | 4.57 | 4.89 | 12.76 | - |
| YUV | 56.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 100 | 0.76 | 0.35 | 0 | 0.61 | 207.63 | 0.61 | 0.24 |
| Hex | 18 | 41 | 64 | 4C | 23 | 0 | 3D | D0 | 3D | 18 |
| Octal | 30 | 101 | 144 | 114 | 43 | 0 | 75 | 320 | 75 | 30 |
| Binary | 11000 | 1000001 | 1100100 | 1001100 | 100011 | 0 | 111101 | 11010000 | 111101 | 11000 |
Color Harmonies of #184164
Complementary color
Monochromatic Colors of #184164
Black with #184164
Text Example
Text Example
White with #184164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184164; }
p { color: rgb(24,65,100); }
H1.HeaderClassName
{
color: #184164;
}
.AnyTagClassName
{
color: #184164;
}
</style>
background-color css
<style>
a { background-color: #184164; }
a { background-color: rgb(24,65,100); }
div.DivClassName
{
background-color: #184164;
}
.BgClassName
{
background-color: #184164;
}
</style>
border-color css
<style>
span { border-color: #184164; }
span { border-color: rgb(24,65,100); }
td.TdClassName
{
border-color: #184164;
}
.TagClassName
{
border-color: #184164;
}
</style>