Shades of Regal Blue #183E5B
Tints of Regal Blue #183E5B
RGB
CMYK
RGB Variations
Color information
#183E5B (or 0x183E5B) is known color: Regal Blue. HEX triplet: 18, 3E and 5B. RGB value is (24,62,91). Sum of RGB (Red+Green+Blue) = 24+62+91=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #183E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E5B is #E7C1A4. Grayscale: #353535. Windows color (decimal): -15188389 or 5979672. OLE color: 5979672.
HSL color Cylindrical-coordinate representation of color #183E5B: hue angle of 205.97º degrees, saturation: 0.58, 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 #183E5B is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 62 | 91 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.64 |
| HSL | 205.97º | 0.58% | 0.23% | - |
| HSV(B) | 205.97º | 0.74% | 0.36% | - |
| XYZ | 3.99 | 4.39 | 10.54 | - |
| YUV | 53.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 91 | 0.74 | 0.32 | 0 | 0.64 | 205.97 | 0.58 | 0.23 |
| Hex | 18 | 3E | 5B | 4A | 20 | 0 | 40 | CE | 3A | 17 |
| Octal | 30 | 76 | 133 | 112 | 40 | 0 | 100 | 316 | 72 | 27 |
| Binary | 11000 | 111110 | 1011011 | 1001010 | 100000 | 0 | 1000000 | 11001110 | 111010 | 10111 |
Color Harmonies of #183E5B
Complementary color
Monochromatic Colors of #183E5B
Black with #183E5B
Text Example
Text Example
White with #183E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183E5B; }
p { color: rgb(24,62,91); }
H1.HeaderClassName
{
color: #183E5B;
}
.AnyTagClassName
{
color: #183E5B;
}
</style>
background-color css
<style>
a { background-color: #183E5B; }
a { background-color: rgb(24,62,91); }
div.DivClassName
{
background-color: #183E5B;
}
.BgClassName
{
background-color: #183E5B;
}
</style>
border-color css
<style>
span { border-color: #183E5B; }
span { border-color: rgb(24,62,91); }
td.TdClassName
{
border-color: #183E5B;
}
.TagClassName
{
border-color: #183E5B;
}
</style>