Shades of Regal Blue #184161
Tints of Regal Blue #184161
RGB
CMYK
RGB Variations
Color information
#184161 (or 0x184161) is known color: Regal Blue. HEX triplet: 18, 41 and 61. RGB value is (24,65,97). Sum of RGB (Red+Green+Blue) = 24+65+97=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #184161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184161 is #E7BE9E. Grayscale: #383838. Windows color (decimal): -15187615 or 6373656. OLE color: 6373656.
HSL color Cylindrical-coordinate representation of color #184161: hue angle of 206.3º 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 #184161 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 65 | 97 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.62 |
| HSL | 206.3º | 0.6% | 0.24% | - |
| HSV(B) | 206.3º | 0.75% | 0.38% | - |
| XYZ | 4.42 | 4.84 | 12.01 | - |
| YUV | 56.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 97 | 0.75 | 0.33 | 0 | 0.62 | 206.3 | 0.6 | 0.24 |
| Hex | 18 | 41 | 61 | 4B | 21 | 0 | 3E | CE | 3C | 18 |
| Octal | 30 | 101 | 141 | 113 | 41 | 0 | 76 | 316 | 74 | 30 |
| Binary | 11000 | 1000001 | 1100001 | 1001011 | 100001 | 0 | 111110 | 11001110 | 111100 | 11000 |
Color Harmonies of #184161
Complementary color
Monochromatic Colors of #184161
Black with #184161
Text Example
Text Example
White with #184161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184161; }
p { color: rgb(24,65,97); }
H1.HeaderClassName
{
color: #184161;
}
.AnyTagClassName
{
color: #184161;
}
</style>
background-color css
<style>
a { background-color: #184161; }
a { background-color: rgb(24,65,97); }
div.DivClassName
{
background-color: #184161;
}
.BgClassName
{
background-color: #184161;
}
</style>
border-color css
<style>
span { border-color: #184161; }
span { border-color: rgb(24,65,97); }
td.TdClassName
{
border-color: #184161;
}
.TagClassName
{
border-color: #184161;
}
</style>