Shades of Regal Blue #183556
Tints of Regal Blue #183556
RGB
CMYK
RGB Variations
Color information
#183556 (or 0x183556) is known color: Regal Blue. HEX triplet: 18, 35 and 56. RGB value is (24,53,86). Sum of RGB (Red+Green+Blue) = 24+53+86=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #183556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183556 is #E7CAA9. Grayscale: #2F2F2F. Windows color (decimal): -15190698 or 5649688. OLE color: 5649688.
HSL color Cylindrical-coordinate representation of color #183556: hue angle of 211.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183556 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 53 | 86 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.66 |
| HSL | 211.94º | 0.56% | 0.22% | - |
| HSV(B) | 211.94º | 0.72% | 0.34% | - |
| XYZ | 3.33 | 3.41 | 9.29 | - |
| YUV | 48.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 86 | 0.72 | 0.38 | 0 | 0.66 | 211.94 | 0.56 | 0.22 |
| Hex | 18 | 35 | 56 | 48 | 26 | 0 | 42 | D4 | 38 | 16 |
| Octal | 30 | 65 | 126 | 110 | 46 | 0 | 102 | 324 | 70 | 26 |
| Binary | 11000 | 110101 | 1010110 | 1001000 | 100110 | 0 | 1000010 | 11010100 | 111000 | 10110 |
Color Harmonies of #183556
Complementary color
Monochromatic Colors of #183556
Black with #183556
Text Example
Text Example
White with #183556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183556; }
p { color: rgb(24,53,86); }
H1.HeaderClassName
{
color: #183556;
}
.AnyTagClassName
{
color: #183556;
}
</style>
background-color css
<style>
a { background-color: #183556; }
a { background-color: rgb(24,53,86); }
div.DivClassName
{
background-color: #183556;
}
.BgClassName
{
background-color: #183556;
}
</style>
border-color css
<style>
span { border-color: #183556; }
span { border-color: rgb(24,53,86); }
td.TdClassName
{
border-color: #183556;
}
.TagClassName
{
border-color: #183556;
}
</style>