Shades of Regal Blue #184067
Tints of Regal Blue #184067
RGB
CMYK
RGB Variations
Color information
#184067 (or 0x184067) is known color: Regal Blue. HEX triplet: 18, 40 and 67. RGB value is (24,64,103). Sum of RGB (Red+Green+Blue) = 24+64+103=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #184067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184067 is #E7BF98. Grayscale: #383838. Windows color (decimal): -15187865 or 6766616. OLE color: 6766616.
HSL color Cylindrical-coordinate representation of color #184067: hue angle of 209.62º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184067 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 64 | 103 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.60 |
| HSL | 209.62º | 0.62% | 0.25% | - |
| HSV(B) | 209.62º | 0.77% | 0.4% | - |
| XYZ | 4.66 | 4.84 | 13.52 | - |
| YUV | 56.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 103 | 0.77 | 0.38 | 0 | 0.60 | 209.62 | 0.62 | 0.25 |
| Hex | 18 | 40 | 67 | 4D | 26 | 0 | 3C | D2 | 3E | 19 |
| Octal | 30 | 100 | 147 | 115 | 46 | 0 | 74 | 322 | 76 | 31 |
| Binary | 11000 | 1000000 | 1100111 | 1001101 | 100110 | 0 | 111100 | 11010010 | 111110 | 11001 |
Color Harmonies of #184067
Complementary color
Monochromatic Colors of #184067
Black with #184067
Text Example
Text Example
White with #184067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184067; }
p { color: rgb(24,64,103); }
H1.HeaderClassName
{
color: #184067;
}
.AnyTagClassName
{
color: #184067;
}
</style>
background-color css
<style>
a { background-color: #184067; }
a { background-color: rgb(24,64,103); }
div.DivClassName
{
background-color: #184067;
}
.BgClassName
{
background-color: #184067;
}
</style>
border-color css
<style>
span { border-color: #184067; }
span { border-color: rgb(24,64,103); }
td.TdClassName
{
border-color: #184067;
}
.TagClassName
{
border-color: #184067;
}
</style>