Shades of Regal Blue #184168
Tints of Regal Blue #184168
RGB
CMYK
RGB Variations
Color information
#184168 (or 0x184168) is known color: Regal Blue. HEX triplet: 18, 41 and 68. RGB value is (24,65,104). Sum of RGB (Red+Green+Blue) = 24+65+104=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #184168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184168 is #E7BE97. Grayscale: #383838. Windows color (decimal): -15187608 or 6832408. OLE color: 6832408.
HSL color Cylindrical-coordinate representation of color #184168: hue angle of 209.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184168 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 65 | 104 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.59 |
| HSL | 209.25º | 0.63% | 0.25% | - |
| HSV(B) | 209.25º | 0.77% | 0.41% | - |
| XYZ | 4.77 | 4.97 | 13.81 | - |
| YUV | 57.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 104 | 0.77 | 0.38 | 0 | 0.59 | 209.25 | 0.63 | 0.25 |
| Hex | 18 | 41 | 68 | 4D | 26 | 0 | 3B | D1 | 3E | 19 |
| Octal | 30 | 101 | 150 | 115 | 46 | 0 | 73 | 321 | 76 | 31 |
| Binary | 11000 | 1000001 | 1101000 | 1001101 | 100110 | 0 | 111011 | 11010001 | 111110 | 11001 |
Color Harmonies of #184168
Complementary color
Monochromatic Colors of #184168
Black with #184168
Text Example
Text Example
White with #184168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184168; }
p { color: rgb(24,65,104); }
H1.HeaderClassName
{
color: #184168;
}
.AnyTagClassName
{
color: #184168;
}
</style>
background-color css
<style>
a { background-color: #184168; }
a { background-color: rgb(24,65,104); }
div.DivClassName
{
background-color: #184168;
}
.BgClassName
{
background-color: #184168;
}
</style>
border-color css
<style>
span { border-color: #184168; }
span { border-color: rgb(24,65,104); }
td.TdClassName
{
border-color: #184168;
}
.TagClassName
{
border-color: #184168;
}
</style>