Shades of Regal Blue #18415D
Tints of Regal Blue #18415D
RGB
CMYK
RGB Variations
Color information
#18415D (or 0x18415D) is known color: Regal Blue. HEX triplet: 18, 41 and 5D. RGB value is (24,65,93). Sum of RGB (Red+Green+Blue) = 24+65+93=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #18415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18415D is #E7BEA2. Grayscale: #373737. Windows color (decimal): -15187619 or 6111512. OLE color: 6111512.
HSL color Cylindrical-coordinate representation of color #18415D: hue angle of 204.35º 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 #18415D is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 65 | 93 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.64 |
| HSL | 204.35º | 0.59% | 0.23% | - |
| HSV(B) | 204.35º | 0.74% | 0.36% | - |
| XYZ | 4.24 | 4.77 | 11.05 | - |
| YUV | 55.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 93 | 0.74 | 0.30 | 0 | 0.64 | 204.35 | 0.59 | 0.23 |
| Hex | 18 | 41 | 5D | 4A | 1E | 0 | 40 | CC | 3B | 17 |
| Octal | 30 | 101 | 135 | 112 | 36 | 0 | 100 | 314 | 73 | 27 |
| Binary | 11000 | 1000001 | 1011101 | 1001010 | 11110 | 0 | 1000000 | 11001100 | 111011 | 10111 |
Color Harmonies of #18415D
Complementary color
Monochromatic Colors of #18415D
Black with #18415D
Text Example
Text Example
White with #18415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18415D; }
p { color: rgb(24,65,93); }
H1.HeaderClassName
{
color: #18415D;
}
.AnyTagClassName
{
color: #18415D;
}
</style>
background-color css
<style>
a { background-color: #18415D; }
a { background-color: rgb(24,65,93); }
div.DivClassName
{
background-color: #18415D;
}
.BgClassName
{
background-color: #18415D;
}
</style>
border-color css
<style>
span { border-color: #18415D; }
span { border-color: rgb(24,65,93); }
td.TdClassName
{
border-color: #18415D;
}
.TagClassName
{
border-color: #18415D;
}
</style>