Shades of Regal Blue #183E5D
Tints of Regal Blue #183E5D
RGB
CMYK
RGB Variations
Color information
#183E5D (or 0x183E5D) is known color: Regal Blue. HEX triplet: 18, 3E and 5D. RGB value is (24,62,93). Sum of RGB (Red+Green+Blue) = 24+62+93=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #183E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E5D is #E7C1A2. Grayscale: #363636. Windows color (decimal): -15188387 or 6110744. OLE color: 6110744.
HSL color Cylindrical-coordinate representation of color #183E5D: hue angle of 206.96º 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 #183E5D is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 62 | 93 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.64 |
| HSL | 206.96º | 0.59% | 0.23% | - |
| HSV(B) | 206.96º | 0.74% | 0.36% | - |
| XYZ | 4.08 | 4.43 | 11 | - |
| YUV | 54.17 | 149.91 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 93 | 0.74 | 0.33 | 0 | 0.64 | 206.96 | 0.59 | 0.23 |
| Hex | 18 | 3E | 5D | 4A | 21 | 0 | 40 | CF | 3B | 17 |
| Octal | 30 | 76 | 135 | 112 | 41 | 0 | 100 | 317 | 73 | 27 |
| Binary | 11000 | 111110 | 1011101 | 1001010 | 100001 | 0 | 1000000 | 11001111 | 111011 | 10111 |
Color Harmonies of #183E5D
Complementary color
Monochromatic Colors of #183E5D
Black with #183E5D
Text Example
Text Example
White with #183E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183E5D; }
p { color: rgb(24,62,93); }
H1.HeaderClassName
{
color: #183E5D;
}
.AnyTagClassName
{
color: #183E5D;
}
</style>
background-color css
<style>
a { background-color: #183E5D; }
a { background-color: rgb(24,62,93); }
div.DivClassName
{
background-color: #183E5D;
}
.BgClassName
{
background-color: #183E5D;
}
</style>
border-color css
<style>
span { border-color: #183E5D; }
span { border-color: rgb(24,62,93); }
td.TdClassName
{
border-color: #183E5D;
}
.TagClassName
{
border-color: #183E5D;
}
</style>