Shades of Regal Blue #183C5D
Tints of Regal Blue #183C5D
RGB
CMYK
RGB Variations
Color information
#183C5D (or 0x183C5D) is known color: Regal Blue. HEX triplet: 18, 3C and 5D. RGB value is (24,60,93). Sum of RGB (Red+Green+Blue) = 24+60+93=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #183C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C5D is #E7C3A2. Grayscale: #343434. Windows color (decimal): -15188899 or 6110232. OLE color: 6110232.
HSL color Cylindrical-coordinate representation of color #183C5D: hue angle of 208.7º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183C5D is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 60 | 93 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.64 |
| HSL | 208.7º | 0.59% | 0.23% | - |
| HSV(B) | 208.7º | 0.74% | 0.36% | - |
| XYZ | 3.97 | 4.22 | 10.96 | - |
| YUV | 53 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 93 | 0.74 | 0.35 | 0 | 0.64 | 208.7 | 0.59 | 0.23 |
| Hex | 18 | 3C | 5D | 4A | 23 | 0 | 40 | D1 | 3B | 17 |
| Octal | 30 | 74 | 135 | 112 | 43 | 0 | 100 | 321 | 73 | 27 |
| Binary | 11000 | 111100 | 1011101 | 1001010 | 100011 | 0 | 1000000 | 11010001 | 111011 | 10111 |
Color Harmonies of #183C5D
Complementary color
Monochromatic Colors of #183C5D
Black with #183C5D
Text Example
Text Example
White with #183C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C5D; }
p { color: rgb(24,60,93); }
H1.HeaderClassName
{
color: #183C5D;
}
.AnyTagClassName
{
color: #183C5D;
}
</style>
background-color css
<style>
a { background-color: #183C5D; }
a { background-color: rgb(24,60,93); }
div.DivClassName
{
background-color: #183C5D;
}
.BgClassName
{
background-color: #183C5D;
}
</style>
border-color css
<style>
span { border-color: #183C5D; }
span { border-color: rgb(24,60,93); }
td.TdClassName
{
border-color: #183C5D;
}
.TagClassName
{
border-color: #183C5D;
}
</style>