Shades of Regal Blue #183C59
Tints of Regal Blue #183C59
RGB
CMYK
RGB Variations
Color information
#183C59 (or 0x183C59) is known color: Regal Blue. HEX triplet: 18, 3C and 59. RGB value is (24,60,89). Sum of RGB (Red+Green+Blue) = 24+60+89=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #183C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C59 is #E7C3A6. Grayscale: #343434. Windows color (decimal): -15188903 or 5848088. OLE color: 5848088.
HSL color Cylindrical-coordinate representation of color #183C59: hue angle of 206.77º 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 #183C59 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 60 | 89 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.65 |
| HSL | 206.77º | 0.58% | 0.22% | - |
| HSV(B) | 206.77º | 0.73% | 0.35% | - |
| XYZ | 3.8 | 4.15 | 10.05 | - |
| YUV | 52.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 89 | 0.73 | 0.33 | 0 | 0.65 | 206.77 | 0.58 | 0.22 |
| Hex | 18 | 3C | 59 | 49 | 21 | 0 | 41 | CF | 3A | 16 |
| Octal | 30 | 74 | 131 | 111 | 41 | 0 | 101 | 317 | 72 | 26 |
| Binary | 11000 | 111100 | 1011001 | 1001001 | 100001 | 0 | 1000001 | 11001111 | 111010 | 10110 |
Color Harmonies of #183C59
Complementary color
Monochromatic Colors of #183C59
Black with #183C59
Text Example
Text Example
White with #183C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C59; }
p { color: rgb(24,60,89); }
H1.HeaderClassName
{
color: #183C59;
}
.AnyTagClassName
{
color: #183C59;
}
</style>
background-color css
<style>
a { background-color: #183C59; }
a { background-color: rgb(24,60,89); }
div.DivClassName
{
background-color: #183C59;
}
.BgClassName
{
background-color: #183C59;
}
</style>
border-color css
<style>
span { border-color: #183C59; }
span { border-color: rgb(24,60,89); }
td.TdClassName
{
border-color: #183C59;
}
.TagClassName
{
border-color: #183C59;
}
</style>