Shades of Regal Blue #18405E
Tints of Regal Blue #18405E
RGB
CMYK
RGB Variations
Color information
#18405E (or 0x18405E) is known color: Regal Blue. HEX triplet: 18, 40 and 5E. RGB value is (24,64,94). Sum of RGB (Red+Green+Blue) = 24+64+94=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #18405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18405E is #E7BFA1. Grayscale: #373737. Windows color (decimal): -15187874 or 6176792. OLE color: 6176792.
HSL color Cylindrical-coordinate representation of color #18405E: hue angle of 205.71º 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 #18405E is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 64 | 94 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.63 |
| HSL | 205.71º | 0.59% | 0.23% | - |
| HSV(B) | 205.71º | 0.74% | 0.37% | - |
| XYZ | 4.23 | 4.67 | 11.27 | - |
| YUV | 55.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 94 | 0.74 | 0.32 | 0 | 0.63 | 205.71 | 0.59 | 0.23 |
| Hex | 18 | 40 | 5E | 4A | 20 | 0 | 3F | CE | 3B | 17 |
| Octal | 30 | 100 | 136 | 112 | 40 | 0 | 77 | 316 | 73 | 27 |
| Binary | 11000 | 1000000 | 1011110 | 1001010 | 100000 | 0 | 111111 | 11001110 | 111011 | 10111 |
Color Harmonies of #18405E
Complementary color
Monochromatic Colors of #18405E
Black with #18405E
Text Example
Text Example
White with #18405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18405E; }
p { color: rgb(24,64,94); }
H1.HeaderClassName
{
color: #18405E;
}
.AnyTagClassName
{
color: #18405E;
}
</style>
background-color css
<style>
a { background-color: #18405E; }
a { background-color: rgb(24,64,94); }
div.DivClassName
{
background-color: #18405E;
}
.BgClassName
{
background-color: #18405E;
}
</style>
border-color css
<style>
span { border-color: #18405E; }
span { border-color: rgb(24,64,94); }
td.TdClassName
{
border-color: #18405E;
}
.TagClassName
{
border-color: #18405E;
}
</style>