Shades of Regal Blue #184063
Tints of Regal Blue #184063
RGB
CMYK
RGB Variations
Color information
#184063 (or 0x184063) is known color: Regal Blue. HEX triplet: 18, 40 and 63. RGB value is (24,64,99). Sum of RGB (Red+Green+Blue) = 24+64+99=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #184063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184063 is #E7BF9C. Grayscale: #373737. Windows color (decimal): -15187869 or 6504472. OLE color: 6504472.
HSL color Cylindrical-coordinate representation of color #184063: hue angle of 208º 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 #184063 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 64 | 99 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.61 |
| HSL | 208º | 0.61% | 0.24% | - |
| HSV(B) | 208º | 0.76% | 0.39% | - |
| XYZ | 4.46 | 4.76 | 12.49 | - |
| YUV | 56.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 99 | 0.76 | 0.35 | 0 | 0.61 | 208 | 0.61 | 0.24 |
| Hex | 18 | 40 | 63 | 4C | 23 | 0 | 3D | D0 | 3D | 18 |
| Octal | 30 | 100 | 143 | 114 | 43 | 0 | 75 | 320 | 75 | 30 |
| Binary | 11000 | 1000000 | 1100011 | 1001100 | 100011 | 0 | 111101 | 11010000 | 111101 | 11000 |
Color Harmonies of #184063
Complementary color
Monochromatic Colors of #184063
Black with #184063
Text Example
Text Example
White with #184063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184063; }
p { color: rgb(24,64,99); }
H1.HeaderClassName
{
color: #184063;
}
.AnyTagClassName
{
color: #184063;
}
</style>
background-color css
<style>
a { background-color: #184063; }
a { background-color: rgb(24,64,99); }
div.DivClassName
{
background-color: #184063;
}
.BgClassName
{
background-color: #184063;
}
</style>
border-color css
<style>
span { border-color: #184063; }
span { border-color: rgb(24,64,99); }
td.TdClassName
{
border-color: #184063;
}
.TagClassName
{
border-color: #184063;
}
</style>