Shades of Regal Blue #183559
Tints of Regal Blue #183559
RGB
CMYK
RGB Variations
Color information
#183559 (or 0x183559) is known color: Regal Blue. HEX triplet: 18, 35 and 59. RGB value is (24,53,89). Sum of RGB (Red+Green+Blue) = 24+53+89=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #183559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183559 is #E7CAA6. Grayscale: #303030. Windows color (decimal): -15190695 or 5846296. OLE color: 5846296.
HSL color Cylindrical-coordinate representation of color #183559: hue angle of 213.23º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183559 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 53 | 89 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.65 |
| HSL | 213.23º | 0.58% | 0.22% | - |
| HSV(B) | 213.23º | 0.73% | 0.35% | - |
| XYZ | 3.45 | 3.46 | 9.94 | - |
| YUV | 48.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 89 | 0.73 | 0.40 | 0 | 0.65 | 213.23 | 0.58 | 0.22 |
| Hex | 18 | 35 | 59 | 49 | 28 | 0 | 41 | D5 | 3A | 16 |
| Octal | 30 | 65 | 131 | 111 | 50 | 0 | 101 | 325 | 72 | 26 |
| Binary | 11000 | 110101 | 1011001 | 1001001 | 101000 | 0 | 1000001 | 11010101 | 111010 | 10110 |
Color Harmonies of #183559
Complementary color
Monochromatic Colors of #183559
Black with #183559
Text Example
Text Example
White with #183559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183559; }
p { color: rgb(24,53,89); }
H1.HeaderClassName
{
color: #183559;
}
.AnyTagClassName
{
color: #183559;
}
</style>
background-color css
<style>
a { background-color: #183559; }
a { background-color: rgb(24,53,89); }
div.DivClassName
{
background-color: #183559;
}
.BgClassName
{
background-color: #183559;
}
</style>
border-color css
<style>
span { border-color: #183559; }
span { border-color: rgb(24,53,89); }
td.TdClassName
{
border-color: #183559;
}
.TagClassName
{
border-color: #183559;
}
</style>