Shades of Regal Blue #11405B
Tints of Regal Blue #11405B
RGB
CMYK
RGB Variations
Color information
#11405B (or 0x11405B) is known color: Regal Blue. HEX triplet: 11, 40 and 5B. RGB value is (17,64,91). Sum of RGB (Red+Green+Blue) = 17+64+91=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #11405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11405B is #EEBFA4. Grayscale: #343434. Windows color (decimal): -15646629 or 5980177. OLE color: 5980177.
HSL color Cylindrical-coordinate representation of color #11405B: hue angle of 201.89º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11405B is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 64 | 91 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.64 |
| HSL | 201.89º | 0.69% | 0.21% | - |
| HSV(B) | 201.89º | 0.81% | 0.36% | - |
| XYZ | 3.95 | 4.54 | 10.57 | - |
| YUV | 53.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 91 | 0.81 | 0.30 | 0 | 0.64 | 201.89 | 0.69 | 0.21 |
| Hex | 11 | 40 | 5B | 51 | 1E | 0 | 40 | CA | 45 | 15 |
| Octal | 21 | 100 | 133 | 121 | 36 | 0 | 100 | 312 | 105 | 25 |
| Binary | 10001 | 1000000 | 1011011 | 1010001 | 11110 | 0 | 1000000 | 11001010 | 1000101 | 10101 |
Color Harmonies of #11405B
Complementary color
Monochromatic Colors of #11405B
Black with #11405B
Text Example
Text Example
White with #11405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11405B; }
p { color: rgb(17,64,91); }
H1.HeaderClassName
{
color: #11405B;
}
.AnyTagClassName
{
color: #11405B;
}
</style>
background-color css
<style>
a { background-color: #11405B; }
a { background-color: rgb(17,64,91); }
div.DivClassName
{
background-color: #11405B;
}
.BgClassName
{
background-color: #11405B;
}
</style>
border-color css
<style>
span { border-color: #11405B; }
span { border-color: rgb(17,64,91); }
td.TdClassName
{
border-color: #11405B;
}
.TagClassName
{
border-color: #11405B;
}
</style>