Shades of Regal Blue #183E59
Tints of Regal Blue #183E59
RGB
CMYK
RGB Variations
Color information
#183E59 (or 0x183E59) is known color: Regal Blue. HEX triplet: 18, 3E and 59. RGB value is (24,62,89). Sum of RGB (Red+Green+Blue) = 24+62+89=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #183E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E59 is #E7C1A6. Grayscale: #353535. Windows color (decimal): -15188391 or 5848600. OLE color: 5848600.
HSL color Cylindrical-coordinate representation of color #183E59: hue angle of 204.92º 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 #183E59 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 62 | 89 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.65 |
| HSL | 204.92º | 0.58% | 0.22% | - |
| HSV(B) | 204.92º | 0.73% | 0.35% | - |
| XYZ | 3.9 | 4.36 | 10.09 | - |
| YUV | 53.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 89 | 0.73 | 0.30 | 0 | 0.65 | 204.92 | 0.58 | 0.22 |
| Hex | 18 | 3E | 59 | 49 | 1E | 0 | 41 | CD | 3A | 16 |
| Octal | 30 | 76 | 131 | 111 | 36 | 0 | 101 | 315 | 72 | 26 |
| Binary | 11000 | 111110 | 1011001 | 1001001 | 11110 | 0 | 1000001 | 11001101 | 111010 | 10110 |
Color Harmonies of #183E59
Complementary color
Monochromatic Colors of #183E59
Black with #183E59
Text Example
Text Example
White with #183E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183E59; }
p { color: rgb(24,62,89); }
H1.HeaderClassName
{
color: #183E59;
}
.AnyTagClassName
{
color: #183E59;
}
</style>
background-color css
<style>
a { background-color: #183E59; }
a { background-color: rgb(24,62,89); }
div.DivClassName
{
background-color: #183E59;
}
.BgClassName
{
background-color: #183E59;
}
</style>
border-color css
<style>
span { border-color: #183E59; }
span { border-color: rgb(24,62,89); }
td.TdClassName
{
border-color: #183E59;
}
.TagClassName
{
border-color: #183E59;
}
</style>