Shades of Regal Blue #183552
Tints of Regal Blue #183552
RGB
CMYK
RGB Variations
Color information
#183552 (or 0x183552) is known color: Regal Blue. HEX triplet: 18, 35 and 52. RGB value is (24,53,82). Sum of RGB (Red+Green+Blue) = 24+53+82=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #183552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183552 is #E7CAAD. Grayscale: #2F2F2F. Windows color (decimal): -15190702 or 5387544. OLE color: 5387544.
HSL color Cylindrical-coordinate representation of color #183552: hue angle of 210º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183552 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 53 | 82 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.68 |
| HSL | 210º | 0.55% | 0.21% | - |
| HSV(B) | 210º | 0.71% | 0.32% | - |
| XYZ | 3.17 | 3.35 | 8.46 | - |
| YUV | 47.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 82 | 0.71 | 0.35 | 0 | 0.68 | 210 | 0.55 | 0.21 |
| Hex | 18 | 35 | 52 | 47 | 23 | 0 | 44 | D2 | 37 | 15 |
| Octal | 30 | 65 | 122 | 107 | 43 | 0 | 104 | 322 | 67 | 25 |
| Binary | 11000 | 110101 | 1010010 | 1000111 | 100011 | 0 | 1000100 | 11010010 | 110111 | 10101 |
Color Harmonies of #183552
Complementary color
Monochromatic Colors of #183552
Black with #183552
Text Example
Text Example
White with #183552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183552; }
p { color: rgb(24,53,82); }
H1.HeaderClassName
{
color: #183552;
}
.AnyTagClassName
{
color: #183552;
}
</style>
background-color css
<style>
a { background-color: #183552; }
a { background-color: rgb(24,53,82); }
div.DivClassName
{
background-color: #183552;
}
.BgClassName
{
background-color: #183552;
}
</style>
border-color css
<style>
span { border-color: #183552; }
span { border-color: rgb(24,53,82); }
td.TdClassName
{
border-color: #183552;
}
.TagClassName
{
border-color: #183552;
}
</style>