Shades of Regal Blue #183C58
Tints of Regal Blue #183C58
RGB
CMYK
RGB Variations
Color information
#183C58 (or 0x183C58) is known color: Regal Blue. HEX triplet: 18, 3C and 58. RGB value is (24,60,88). Sum of RGB (Red+Green+Blue) = 24+60+88=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #183C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C58 is #E7C3A7. Grayscale: #343434. Windows color (decimal): -15188904 or 5782552. OLE color: 5782552.
HSL color Cylindrical-coordinate representation of color #183C58: hue angle of 206.25º degrees, saturation: 0.57, 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 #183C58 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 60 | 88 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.65 |
| HSL | 206.25º | 0.57% | 0.22% | - |
| HSV(B) | 206.25º | 0.73% | 0.35% | - |
| XYZ | 3.75 | 4.13 | 9.83 | - |
| YUV | 52.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 88 | 0.73 | 0.32 | 0 | 0.65 | 206.25 | 0.57 | 0.22 |
| Hex | 18 | 3C | 58 | 49 | 20 | 0 | 41 | CE | 39 | 16 |
| Octal | 30 | 74 | 130 | 111 | 40 | 0 | 101 | 316 | 71 | 26 |
| Binary | 11000 | 111100 | 1011000 | 1001001 | 100000 | 0 | 1000001 | 11001110 | 111001 | 10110 |
Color Harmonies of #183C58
Complementary color
Monochromatic Colors of #183C58
Black with #183C58
Text Example
Text Example
White with #183C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C58; }
p { color: rgb(24,60,88); }
H1.HeaderClassName
{
color: #183C58;
}
.AnyTagClassName
{
color: #183C58;
}
</style>
background-color css
<style>
a { background-color: #183C58; }
a { background-color: rgb(24,60,88); }
div.DivClassName
{
background-color: #183C58;
}
.BgClassName
{
background-color: #183C58;
}
</style>
border-color css
<style>
span { border-color: #183C58; }
span { border-color: rgb(24,60,88); }
td.TdClassName
{
border-color: #183C58;
}
.TagClassName
{
border-color: #183C58;
}
</style>