Shades of Regal Blue #184269
Tints of Regal Blue #184269
RGB
CMYK
RGB Variations
Color information
#184269 (or 0x184269) is known color: Regal Blue. HEX triplet: 18, 42 and 69. RGB value is (24,66,105). Sum of RGB (Red+Green+Blue) = 24+66+105=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #184269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184269 is #E7BD96. Grayscale: #393939. Windows color (decimal): -15187351 or 6898200. OLE color: 6898200.
HSL color Cylindrical-coordinate representation of color #184269: hue angle of 208.89º degrees, saturation: 0.63, 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 #184269 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 66 | 105 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.59 |
| HSL | 208.89º | 0.63% | 0.25% | - |
| HSV(B) | 208.89º | 0.77% | 0.41% | - |
| XYZ | 4.87 | 5.11 | 14.09 | - |
| YUV | 57.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 105 | 0.77 | 0.37 | 0 | 0.59 | 208.89 | 0.63 | 0.25 |
| Hex | 18 | 42 | 69 | 4D | 25 | 0 | 3B | D1 | 3F | 19 |
| Octal | 30 | 102 | 151 | 115 | 45 | 0 | 73 | 321 | 77 | 31 |
| Binary | 11000 | 1000010 | 1101001 | 1001101 | 100101 | 0 | 111011 | 11010001 | 111111 | 11001 |
Color Harmonies of #184269
Complementary color
Monochromatic Colors of #184269
Black with #184269
Text Example
Text Example
White with #184269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184269; }
p { color: rgb(24,66,105); }
H1.HeaderClassName
{
color: #184269;
}
.AnyTagClassName
{
color: #184269;
}
</style>
background-color css
<style>
a { background-color: #184269; }
a { background-color: rgb(24,66,105); }
div.DivClassName
{
background-color: #184269;
}
.BgClassName
{
background-color: #184269;
}
</style>
border-color css
<style>
span { border-color: #184269; }
span { border-color: rgb(24,66,105); }
td.TdClassName
{
border-color: #184269;
}
.TagClassName
{
border-color: #184269;
}
</style>