Shades of Regal Blue #184469
Tints of Regal Blue #184469
RGB
CMYK
RGB Variations
Color information
#184469 (or 0x184469) is known color: Regal Blue. HEX triplet: 18, 44 and 69. RGB value is (24,68,105). Sum of RGB (Red+Green+Blue) = 24+68+105=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #184469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184469 is #E7BB96. Grayscale: #3A3A3A. Windows color (decimal): -15186839 or 6898712. OLE color: 6898712.
HSL color Cylindrical-coordinate representation of color #184469: hue angle of 207.41º 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 #184469 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 68 | 105 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.59 |
| HSL | 207.41º | 0.63% | 0.25% | - |
| HSV(B) | 207.41º | 0.77% | 0.41% | - |
| XYZ | 4.99 | 5.35 | 14.13 | - |
| YUV | 59.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 105 | 0.77 | 0.35 | 0 | 0.59 | 207.41 | 0.63 | 0.25 |
| Hex | 18 | 44 | 69 | 4D | 23 | 0 | 3B | CF | 3F | 19 |
| Octal | 30 | 104 | 151 | 115 | 43 | 0 | 73 | 317 | 77 | 31 |
| Binary | 11000 | 1000100 | 1101001 | 1001101 | 100011 | 0 | 111011 | 11001111 | 111111 | 11001 |
Color Harmonies of #184469
Complementary color
Monochromatic Colors of #184469
Black with #184469
Text Example
Text Example
White with #184469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184469; }
p { color: rgb(24,68,105); }
H1.HeaderClassName
{
color: #184469;
}
.AnyTagClassName
{
color: #184469;
}
</style>
background-color css
<style>
a { background-color: #184469; }
a { background-color: rgb(24,68,105); }
div.DivClassName
{
background-color: #184469;
}
.BgClassName
{
background-color: #184469;
}
</style>
border-color css
<style>
span { border-color: #184469; }
span { border-color: rgb(24,68,105); }
td.TdClassName
{
border-color: #184469;
}
.TagClassName
{
border-color: #184469;
}
</style>