Shades of Regal Blue #183553
Tints of Regal Blue #183553
RGB
CMYK
RGB Variations
Color information
#183553 (or 0x183553) is known color: Regal Blue. HEX triplet: 18, 35 and 53. RGB value is (24,53,83). Sum of RGB (Red+Green+Blue) = 24+53+83=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #183553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183553 is #E7CAAC. Grayscale: #2F2F2F. Windows color (decimal): -15190701 or 5453080. OLE color: 5453080.
HSL color Cylindrical-coordinate representation of color #183553: hue angle of 210.51º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183553 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 53 | 83 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.67 |
| HSL | 210.51º | 0.55% | 0.21% | - |
| HSV(B) | 210.51º | 0.71% | 0.33% | - |
| XYZ | 3.21 | 3.36 | 8.66 | - |
| YUV | 47.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 83 | 0.71 | 0.36 | 0 | 0.67 | 210.51 | 0.55 | 0.21 |
| Hex | 18 | 35 | 53 | 47 | 24 | 0 | 43 | D3 | 37 | 15 |
| Octal | 30 | 65 | 123 | 107 | 44 | 0 | 103 | 323 | 67 | 25 |
| Binary | 11000 | 110101 | 1010011 | 1000111 | 100100 | 0 | 1000011 | 11010011 | 110111 | 10101 |
Color Harmonies of #183553
Complementary color
Monochromatic Colors of #183553
Black with #183553
Text Example
Text Example
White with #183553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183553; }
p { color: rgb(24,53,83); }
H1.HeaderClassName
{
color: #183553;
}
.AnyTagClassName
{
color: #183553;
}
</style>
background-color css
<style>
a { background-color: #183553; }
a { background-color: rgb(24,53,83); }
div.DivClassName
{
background-color: #183553;
}
.BgClassName
{
background-color: #183553;
}
</style>
border-color css
<style>
span { border-color: #183553; }
span { border-color: rgb(24,53,83); }
td.TdClassName
{
border-color: #183553;
}
.TagClassName
{
border-color: #183553;
}
</style>