Shades of Regal Blue #183555
Tints of Regal Blue #183555
RGB
CMYK
RGB Variations
Color information
#183555 (or 0x183555) is known color: Regal Blue. HEX triplet: 18, 35 and 55. RGB value is (24,53,85). Sum of RGB (Red+Green+Blue) = 24+53+85=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #183555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183555 is #E7CAAA. Grayscale: #2F2F2F. Windows color (decimal): -15190699 or 5584152. OLE color: 5584152.
HSL color Cylindrical-coordinate representation of color #183555: hue angle of 211.48º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183555 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 53 | 85 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.67 |
| HSL | 211.48º | 0.56% | 0.21% | - |
| HSV(B) | 211.48º | 0.72% | 0.33% | - |
| XYZ | 3.29 | 3.4 | 9.08 | - |
| YUV | 47.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 85 | 0.72 | 0.38 | 0 | 0.67 | 211.48 | 0.56 | 0.21 |
| Hex | 18 | 35 | 55 | 48 | 26 | 0 | 43 | D3 | 38 | 15 |
| Octal | 30 | 65 | 125 | 110 | 46 | 0 | 103 | 323 | 70 | 25 |
| Binary | 11000 | 110101 | 1010101 | 1001000 | 100110 | 0 | 1000011 | 11010011 | 111000 | 10101 |
Color Harmonies of #183555
Complementary color
Monochromatic Colors of #183555
Black with #183555
Text Example
Text Example
White with #183555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183555; }
p { color: rgb(24,53,85); }
H1.HeaderClassName
{
color: #183555;
}
.AnyTagClassName
{
color: #183555;
}
</style>
background-color css
<style>
a { background-color: #183555; }
a { background-color: rgb(24,53,85); }
div.DivClassName
{
background-color: #183555;
}
.BgClassName
{
background-color: #183555;
}
</style>
border-color css
<style>
span { border-color: #183555; }
span { border-color: rgb(24,53,85); }
td.TdClassName
{
border-color: #183555;
}
.TagClassName
{
border-color: #183555;
}
</style>