Shades of Regal Blue #18365D
Tints of Regal Blue #18365D
RGB
CMYK
RGB Variations
Color information
#18365D (or 0x18365D) is known color: Regal Blue. HEX triplet: 18, 36 and 5D. RGB value is (24,54,93). Sum of RGB (Red+Green+Blue) = 24+54+93=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #18365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18365D is #E7C9A2. Grayscale: #313131. Windows color (decimal): -15190435 or 6108696. OLE color: 6108696.
HSL color Cylindrical-coordinate representation of color #18365D: hue angle of 213.91º 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 #18365D is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 54 | 93 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.64 |
| HSL | 213.91º | 0.59% | 0.23% | - |
| HSV(B) | 213.91º | 0.74% | 0.36% | - |
| XYZ | 3.67 | 3.62 | 10.86 | - |
| YUV | 49.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 93 | 0.74 | 0.42 | 0 | 0.64 | 213.91 | 0.59 | 0.23 |
| Hex | 18 | 36 | 5D | 4A | 2A | 0 | 40 | D6 | 3B | 17 |
| Octal | 30 | 66 | 135 | 112 | 52 | 0 | 100 | 326 | 73 | 27 |
| Binary | 11000 | 110110 | 1011101 | 1001010 | 101010 | 0 | 1000000 | 11010110 | 111011 | 10111 |
Color Harmonies of #18365D
Complementary color
Monochromatic Colors of #18365D
Black with #18365D
Text Example
Text Example
White with #18365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18365D; }
p { color: rgb(24,54,93); }
H1.HeaderClassName
{
color: #18365D;
}
.AnyTagClassName
{
color: #18365D;
}
</style>
background-color css
<style>
a { background-color: #18365D; }
a { background-color: rgb(24,54,93); }
div.DivClassName
{
background-color: #18365D;
}
.BgClassName
{
background-color: #18365D;
}
</style>
border-color css
<style>
span { border-color: #18365D; }
span { border-color: rgb(24,54,93); }
td.TdClassName
{
border-color: #18365D;
}
.TagClassName
{
border-color: #18365D;
}
</style>