Shades of Regal Blue #18385E
Tints of Regal Blue #18385E
RGB
CMYK
RGB Variations
Color information
#18385E (or 0x18385E) is known color: Regal Blue. HEX triplet: 18, 38 and 5E. RGB value is (24,56,94). Sum of RGB (Red+Green+Blue) = 24+56+94=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #18385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18385E is #E7C7A1. Grayscale: #323232. Windows color (decimal): -15189922 or 6174744. OLE color: 6174744.
HSL color Cylindrical-coordinate representation of color #18385E: hue angle of 212.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18385E is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 56 | 94 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.63 |
| HSL | 212.57º | 0.59% | 0.23% | - |
| HSV(B) | 212.57º | 0.74% | 0.37% | - |
| XYZ | 3.81 | 3.83 | 11.13 | - |
| YUV | 50.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 94 | 0.74 | 0.40 | 0 | 0.63 | 212.57 | 0.59 | 0.23 |
| Hex | 18 | 38 | 5E | 4A | 28 | 0 | 3F | D5 | 3B | 17 |
| Octal | 30 | 70 | 136 | 112 | 50 | 0 | 77 | 325 | 73 | 27 |
| Binary | 11000 | 111000 | 1011110 | 1001010 | 101000 | 0 | 111111 | 11010101 | 111011 | 10111 |
Color Harmonies of #18385E
Complementary color
Monochromatic Colors of #18385E
Black with #18385E
Text Example
Text Example
White with #18385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18385E; }
p { color: rgb(24,56,94); }
H1.HeaderClassName
{
color: #18385E;
}
.AnyTagClassName
{
color: #18385E;
}
</style>
background-color css
<style>
a { background-color: #18385E; }
a { background-color: rgb(24,56,94); }
div.DivClassName
{
background-color: #18385E;
}
.BgClassName
{
background-color: #18385E;
}
</style>
border-color css
<style>
span { border-color: #18385E; }
span { border-color: rgb(24,56,94); }
td.TdClassName
{
border-color: #18385E;
}
.TagClassName
{
border-color: #18385E;
}
</style>