Shades of Regal Blue #12405E
Tints of Regal Blue #12405E
RGB
CMYK
RGB Variations
Color information
#12405E (or 0x12405E) is known color: Regal Blue. HEX triplet: 12, 40 and 5E. RGB value is (18,64,94). Sum of RGB (Red+Green+Blue) = 18+64+94=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #12405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12405E is #EDBFA1. Grayscale: #353535. Windows color (decimal): -15581090 or 6176786. OLE color: 6176786.
HSL color Cylindrical-coordinate representation of color #12405E: hue angle of 203.68º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12405E is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 64 | 94 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.63 |
| HSL | 203.68º | 0.68% | 0.22% | - |
| HSV(B) | 203.68º | 0.81% | 0.37% | - |
| XYZ | 4.1 | 4.6 | 11.26 | - |
| YUV | 53.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 94 | 0.81 | 0.32 | 0 | 0.63 | 203.68 | 0.68 | 0.22 |
| Hex | 12 | 40 | 5E | 51 | 20 | 0 | 3F | CC | 44 | 16 |
| Octal | 22 | 100 | 136 | 121 | 40 | 0 | 77 | 314 | 104 | 26 |
| Binary | 10010 | 1000000 | 1011110 | 1010001 | 100000 | 0 | 111111 | 11001100 | 1000100 | 10110 |
Color Harmonies of #12405E
Complementary color
Monochromatic Colors of #12405E
Black with #12405E
Text Example
Text Example
White with #12405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12405E; }
p { color: rgb(18,64,94); }
H1.HeaderClassName
{
color: #12405E;
}
.AnyTagClassName
{
color: #12405E;
}
</style>
background-color css
<style>
a { background-color: #12405E; }
a { background-color: rgb(18,64,94); }
div.DivClassName
{
background-color: #12405E;
}
.BgClassName
{
background-color: #12405E;
}
</style>
border-color css
<style>
span { border-color: #12405E; }
span { border-color: rgb(18,64,94); }
td.TdClassName
{
border-color: #12405E;
}
.TagClassName
{
border-color: #12405E;
}
</style>