Shades of Regal Blue #184064
Tints of Regal Blue #184064
RGB
CMYK
RGB Variations
Color information
#184064 (or 0x184064) is known color: Regal Blue. HEX triplet: 18, 40 and 64. RGB value is (24,64,100). Sum of RGB (Red+Green+Blue) = 24+64+100=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #184064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184064 is #E7BF9B. Grayscale: #373737. Windows color (decimal): -15187868 or 6570008. OLE color: 6570008.
HSL color Cylindrical-coordinate representation of color #184064: hue angle of 208.42º 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 #184064 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 64 | 100 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.61 |
| HSL | 208.42º | 0.61% | 0.24% | - |
| HSV(B) | 208.42º | 0.76% | 0.39% | - |
| XYZ | 4.51 | 4.78 | 12.74 | - |
| YUV | 56.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 100 | 0.76 | 0.36 | 0 | 0.61 | 208.42 | 0.61 | 0.24 |
| Hex | 18 | 40 | 64 | 4C | 24 | 0 | 3D | D0 | 3D | 18 |
| Octal | 30 | 100 | 144 | 114 | 44 | 0 | 75 | 320 | 75 | 30 |
| Binary | 11000 | 1000000 | 1100100 | 1001100 | 100100 | 0 | 111101 | 11010000 | 111101 | 11000 |
Color Harmonies of #184064
Complementary color
Monochromatic Colors of #184064
Black with #184064
Text Example
Text Example
White with #184064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184064; }
p { color: rgb(24,64,100); }
H1.HeaderClassName
{
color: #184064;
}
.AnyTagClassName
{
color: #184064;
}
</style>
background-color css
<style>
a { background-color: #184064; }
a { background-color: rgb(24,64,100); }
div.DivClassName
{
background-color: #184064;
}
.BgClassName
{
background-color: #184064;
}
</style>
border-color css
<style>
span { border-color: #184064; }
span { border-color: rgb(24,64,100); }
td.TdClassName
{
border-color: #184064;
}
.TagClassName
{
border-color: #184064;
}
</style>