Shades of Regal Blue #11405C
Tints of Regal Blue #11405C
RGB
CMYK
RGB Variations
Color information
#11405C (or 0x11405C) is known color: Regal Blue. HEX triplet: 11, 40 and 5C. RGB value is (17,64,92). Sum of RGB (Red+Green+Blue) = 17+64+92=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #11405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11405C is #EEBFA3. Grayscale: #343434. Windows color (decimal): -15646628 or 6045713. OLE color: 6045713.
HSL color Cylindrical-coordinate representation of color #11405C: hue angle of 202.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11405C is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 64 | 92 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.64 |
| HSL | 202.4º | 0.69% | 0.21% | - |
| HSV(B) | 202.4º | 0.82% | 0.36% | - |
| XYZ | 4 | 4.56 | 10.79 | - |
| YUV | 53.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 92 | 0.82 | 0.30 | 0 | 0.64 | 202.4 | 0.69 | 0.21 |
| Hex | 11 | 40 | 5C | 52 | 1E | 0 | 40 | CA | 45 | 15 |
| Octal | 21 | 100 | 134 | 122 | 36 | 0 | 100 | 312 | 105 | 25 |
| Binary | 10001 | 1000000 | 1011100 | 1010010 | 11110 | 0 | 1000000 | 11001010 | 1000101 | 10101 |
Color Harmonies of #11405C
Complementary color
Monochromatic Colors of #11405C
Black with #11405C
Text Example
Text Example
White with #11405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11405C; }
p { color: rgb(17,64,92); }
H1.HeaderClassName
{
color: #11405C;
}
.AnyTagClassName
{
color: #11405C;
}
</style>
background-color css
<style>
a { background-color: #11405C; }
a { background-color: rgb(17,64,92); }
div.DivClassName
{
background-color: #11405C;
}
.BgClassName
{
background-color: #11405C;
}
</style>
border-color css
<style>
span { border-color: #11405C; }
span { border-color: rgb(17,64,92); }
td.TdClassName
{
border-color: #11405C;
}
.TagClassName
{
border-color: #11405C;
}
</style>