Shades of Regal Blue #184266
Tints of Regal Blue #184266
RGB
CMYK
RGB Variations
Color information
#184266 (or 0x184266) is known color: Regal Blue. HEX triplet: 18, 42 and 66. RGB value is (24,66,102). Sum of RGB (Red+Green+Blue) = 24+66+102=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #184266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184266 is #E7BD99. Grayscale: #393939. Windows color (decimal): -15187354 or 6701592. OLE color: 6701592.
HSL color Cylindrical-coordinate representation of color #184266: hue angle of 207.69º 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 #184266 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 66 | 102 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.6 |
| HSL | 207.69º | 0.62% | 0.25% | - |
| HSV(B) | 207.69º | 0.76% | 0.4% | - |
| XYZ | 4.72 | 5.05 | 13.3 | - |
| YUV | 57.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 102 | 0.76 | 0.35 | 0 | 0.6 | 207.69 | 0.62 | 0.25 |
| Hex | 18 | 42 | 66 | 4C | 23 | 0 | 3C | D0 | 3E | 19 |
| Octal | 30 | 102 | 146 | 114 | 43 | 0 | 74 | 320 | 76 | 31 |
| Binary | 11000 | 1000010 | 1100110 | 1001100 | 100011 | 0 | 111100 | 11010000 | 111110 | 11001 |
Color Harmonies of #184266
Complementary color
Monochromatic Colors of #184266
Black with #184266
Text Example
Text Example
White with #184266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184266; }
p { color: rgb(24,66,102); }
H1.HeaderClassName
{
color: #184266;
}
.AnyTagClassName
{
color: #184266;
}
</style>
background-color css
<style>
a { background-color: #184266; }
a { background-color: rgb(24,66,102); }
div.DivClassName
{
background-color: #184266;
}
.BgClassName
{
background-color: #184266;
}
</style>
border-color css
<style>
span { border-color: #184266; }
span { border-color: rgb(24,66,102); }
td.TdClassName
{
border-color: #184266;
}
.TagClassName
{
border-color: #184266;
}
</style>