Shades of Regal Blue #183550
Tints of Regal Blue #183550
RGB
CMYK
RGB Variations
Color information
#183550 (or 0x183550) is known color: Regal Blue. HEX triplet: 18, 35 and 50. RGB value is (24,53,80). Sum of RGB (Red+Green+Blue) = 24+53+80=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #183550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183550 is #E7CAAF. Grayscale: #2F2F2F. Windows color (decimal): -15190704 or 5256472. OLE color: 5256472.
HSL color Cylindrical-coordinate representation of color #183550: hue angle of 208.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183550 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 53 | 80 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.69 |
| HSL | 208.93º | 0.54% | 0.2% | - |
| HSV(B) | 208.93º | 0.7% | 0.31% | - |
| XYZ | 3.1 | 3.32 | 8.07 | - |
| YUV | 47.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 80 | 0.70 | 0.34 | 0 | 0.69 | 208.93 | 0.54 | 0.2 |
| Hex | 18 | 35 | 50 | 46 | 22 | 0 | 45 | D1 | 36 | 14 |
| Octal | 30 | 65 | 120 | 106 | 42 | 0 | 105 | 321 | 66 | 24 |
| Binary | 11000 | 110101 | 1010000 | 1000110 | 100010 | 0 | 1000101 | 11010001 | 110110 | 10100 |
Color Harmonies of #183550
Complementary color
Monochromatic Colors of #183550
Black with #183550
Text Example
Text Example
White with #183550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183550; }
p { color: rgb(24,53,80); }
H1.HeaderClassName
{
color: #183550;
}
.AnyTagClassName
{
color: #183550;
}
</style>
background-color css
<style>
a { background-color: #183550; }
a { background-color: rgb(24,53,80); }
div.DivClassName
{
background-color: #183550;
}
.BgClassName
{
background-color: #183550;
}
</style>
border-color css
<style>
span { border-color: #183550; }
span { border-color: rgb(24,53,80); }
td.TdClassName
{
border-color: #183550;
}
.TagClassName
{
border-color: #183550;
}
</style>