Shades of Regal Blue #184160
Tints of Regal Blue #184160
RGB
CMYK
RGB Variations
Color information
#184160 (or 0x184160) is known color: Regal Blue. HEX triplet: 18, 41 and 60. RGB value is (24,65,96). Sum of RGB (Red+Green+Blue) = 24+65+96=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #184160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184160 is #E7BE9F. Grayscale: #383838. Windows color (decimal): -15187616 or 6308120. OLE color: 6308120.
HSL color Cylindrical-coordinate representation of color #184160: hue angle of 205.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184160 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 65 | 96 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.62 |
| HSL | 205.83º | 0.6% | 0.24% | - |
| HSV(B) | 205.83º | 0.75% | 0.38% | - |
| XYZ | 4.38 | 4.82 | 11.77 | - |
| YUV | 56.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 96 | 0.75 | 0.32 | 0 | 0.62 | 205.83 | 0.6 | 0.24 |
| Hex | 18 | 41 | 60 | 4B | 20 | 0 | 3E | CE | 3C | 18 |
| Octal | 30 | 101 | 140 | 113 | 40 | 0 | 76 | 316 | 74 | 30 |
| Binary | 11000 | 1000001 | 1100000 | 1001011 | 100000 | 0 | 111110 | 11001110 | 111100 | 11000 |
Color Harmonies of #184160
Complementary color
Monochromatic Colors of #184160
Black with #184160
Text Example
Text Example
White with #184160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184160; }
p { color: rgb(24,65,96); }
H1.HeaderClassName
{
color: #184160;
}
.AnyTagClassName
{
color: #184160;
}
</style>
background-color css
<style>
a { background-color: #184160; }
a { background-color: rgb(24,65,96); }
div.DivClassName
{
background-color: #184160;
}
.BgClassName
{
background-color: #184160;
}
</style>
border-color css
<style>
span { border-color: #184160; }
span { border-color: rgb(24,65,96); }
td.TdClassName
{
border-color: #184160;
}
.TagClassName
{
border-color: #184160;
}
</style>