Shades of Regal Blue #184466
Tints of Regal Blue #184466
RGB
CMYK
RGB Variations
Color information
#184466 (or 0x184466) is known color: Regal Blue. HEX triplet: 18, 44 and 66. RGB value is (24,68,102). Sum of RGB (Red+Green+Blue) = 24+68+102=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #184466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184466 is #E7BB99. Grayscale: #3A3A3A. Windows color (decimal): -15186842 or 6702104. OLE color: 6702104.
HSL color Cylindrical-coordinate representation of color #184466: hue angle of 206.15º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184466 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 68 | 102 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.6 |
| HSL | 206.15º | 0.62% | 0.25% | - |
| HSV(B) | 206.15º | 0.76% | 0.4% | - |
| XYZ | 4.84 | 5.29 | 13.34 | - |
| YUV | 58.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 102 | 0.76 | 0.33 | 0 | 0.6 | 206.15 | 0.62 | 0.25 |
| Hex | 18 | 44 | 66 | 4C | 21 | 0 | 3C | CE | 3E | 19 |
| Octal | 30 | 104 | 146 | 114 | 41 | 0 | 74 | 316 | 76 | 31 |
| Binary | 11000 | 1000100 | 1100110 | 1001100 | 100001 | 0 | 111100 | 11001110 | 111110 | 11001 |
Color Harmonies of #184466
Complementary color
Monochromatic Colors of #184466
Black with #184466
Text Example
Text Example
White with #184466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184466; }
p { color: rgb(24,68,102); }
H1.HeaderClassName
{
color: #184466;
}
.AnyTagClassName
{
color: #184466;
}
</style>
background-color css
<style>
a { background-color: #184466; }
a { background-color: rgb(24,68,102); }
div.DivClassName
{
background-color: #184466;
}
.BgClassName
{
background-color: #184466;
}
</style>
border-color css
<style>
span { border-color: #184466; }
span { border-color: rgb(24,68,102); }
td.TdClassName
{
border-color: #184466;
}
.TagClassName
{
border-color: #184466;
}
</style>