Shades of Regal Blue #12405C
Tints of Regal Blue #12405C
RGB
CMYK
RGB Variations
Color information
#12405C (or 0x12405C) is known color: Regal Blue. HEX triplet: 12, 40 and 5C. RGB value is (18,64,92). Sum of RGB (Red+Green+Blue) = 18+64+92=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #12405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12405C is #EDBFA3. Grayscale: #353535. Windows color (decimal): -15581092 or 6045714. OLE color: 6045714.
HSL color Cylindrical-coordinate representation of color #12405C: hue angle of 202.7º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12405C is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 64 | 92 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.64 |
| HSL | 202.7º | 0.67% | 0.22% | - |
| HSV(B) | 202.7º | 0.8% | 0.36% | - |
| XYZ | 4.01 | 4.57 | 10.8 | - |
| YUV | 53.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 92 | 0.80 | 0.30 | 0 | 0.64 | 202.7 | 0.67 | 0.22 |
| Hex | 12 | 40 | 5C | 50 | 1E | 0 | 40 | CB | 43 | 16 |
| Octal | 22 | 100 | 134 | 120 | 36 | 0 | 100 | 313 | 103 | 26 |
| Binary | 10010 | 1000000 | 1011100 | 1010000 | 11110 | 0 | 1000000 | 11001011 | 1000011 | 10110 |
Color Harmonies of #12405C
Complementary color
Monochromatic Colors of #12405C
Black with #12405C
Text Example
Text Example
White with #12405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12405C; }
p { color: rgb(18,64,92); }
H1.HeaderClassName
{
color: #12405C;
}
.AnyTagClassName
{
color: #12405C;
}
</style>
background-color css
<style>
a { background-color: #12405C; }
a { background-color: rgb(18,64,92); }
div.DivClassName
{
background-color: #12405C;
}
.BgClassName
{
background-color: #12405C;
}
</style>
border-color css
<style>
span { border-color: #12405C; }
span { border-color: rgb(18,64,92); }
td.TdClassName
{
border-color: #12405C;
}
.TagClassName
{
border-color: #12405C;
}
</style>