Shades of Regal Blue #18385F
Tints of Regal Blue #18385F
RGB
CMYK
RGB Variations
Color information
#18385F (or 0x18385F) is known color: Regal Blue. HEX triplet: 18, 38 and 5F. RGB value is (24,56,95). Sum of RGB (Red+Green+Blue) = 24+56+95=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #18385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18385F is #E7C7A0. Grayscale: #323232. Windows color (decimal): -15189921 or 6240280. OLE color: 6240280.
HSL color Cylindrical-coordinate representation of color #18385F: hue angle of 212.96º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18385F is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 56 | 95 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.63 |
| HSL | 212.96º | 0.6% | 0.23% | - |
| HSV(B) | 212.96º | 0.75% | 0.37% | - |
| XYZ | 3.86 | 3.85 | 11.37 | - |
| YUV | 50.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 95 | 0.75 | 0.41 | 0 | 0.63 | 212.96 | 0.6 | 0.23 |
| Hex | 18 | 38 | 5F | 4B | 29 | 0 | 3F | D5 | 3C | 17 |
| Octal | 30 | 70 | 137 | 113 | 51 | 0 | 77 | 325 | 74 | 27 |
| Binary | 11000 | 111000 | 1011111 | 1001011 | 101001 | 0 | 111111 | 11010101 | 111100 | 10111 |
Color Harmonies of #18385F
Complementary color
Monochromatic Colors of #18385F
Black with #18385F
Text Example
Text Example
White with #18385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18385F; }
p { color: rgb(24,56,95); }
H1.HeaderClassName
{
color: #18385F;
}
.AnyTagClassName
{
color: #18385F;
}
</style>
background-color css
<style>
a { background-color: #18385F; }
a { background-color: rgb(24,56,95); }
div.DivClassName
{
background-color: #18385F;
}
.BgClassName
{
background-color: #18385F;
}
</style>
border-color css
<style>
span { border-color: #18385F; }
span { border-color: rgb(24,56,95); }
td.TdClassName
{
border-color: #18385F;
}
.TagClassName
{
border-color: #18385F;
}
</style>