Shades of Regal Blue #12405B
Tints of Regal Blue #12405B
RGB
CMYK
RGB Variations
Color information
#12405B (or 0x12405B) is known color: Regal Blue. HEX triplet: 12, 40 and 5B. RGB value is (18,64,91). Sum of RGB (Red+Green+Blue) = 18+64+91=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #12405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12405B is #EDBFA4. Grayscale: #353535. Windows color (decimal): -15581093 or 5980178. OLE color: 5980178.
HSL color Cylindrical-coordinate representation of color #12405B: hue angle of 202.19º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12405B is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 64 | 91 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.64 |
| HSL | 202.19º | 0.67% | 0.21% | - |
| HSV(B) | 202.19º | 0.8% | 0.36% | - |
| XYZ | 3.97 | 4.55 | 10.57 | - |
| YUV | 53.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 91 | 0.80 | 0.30 | 0 | 0.64 | 202.19 | 0.67 | 0.21 |
| Hex | 12 | 40 | 5B | 50 | 1E | 0 | 40 | CA | 43 | 15 |
| Octal | 22 | 100 | 133 | 120 | 36 | 0 | 100 | 312 | 103 | 25 |
| Binary | 10010 | 1000000 | 1011011 | 1010000 | 11110 | 0 | 1000000 | 11001010 | 1000011 | 10101 |
Color Harmonies of #12405B
Complementary color
Monochromatic Colors of #12405B
Black with #12405B
Text Example
Text Example
White with #12405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12405B; }
p { color: rgb(18,64,91); }
H1.HeaderClassName
{
color: #12405B;
}
.AnyTagClassName
{
color: #12405B;
}
</style>
background-color css
<style>
a { background-color: #12405B; }
a { background-color: rgb(18,64,91); }
div.DivClassName
{
background-color: #12405B;
}
.BgClassName
{
background-color: #12405B;
}
</style>
border-color css
<style>
span { border-color: #12405B; }
span { border-color: rgb(18,64,91); }
td.TdClassName
{
border-color: #12405B;
}
.TagClassName
{
border-color: #12405B;
}
</style>