Shades of Regal Blue #11345B
Tints of Regal Blue #11345B
RGB
CMYK
RGB Variations
Color information
#11345B (or 0x11345B) is known color: Regal Blue. HEX triplet: 11, 34 and 5B. RGB value is (17,52,91). Sum of RGB (Red+Green+Blue) = 17+52+91=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #11345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11345B is #EECBA4. Grayscale: #2D2D2D. Windows color (decimal): -15649701 or 5977105. OLE color: 5977105.
HSL color Cylindrical-coordinate representation of color #11345B: hue angle of 211.62º 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 #11345B is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 52 | 91 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.64 |
| HSL | 211.62º | 0.69% | 0.21% | - |
| HSV(B) | 211.62º | 0.81% | 0.36% | - |
| XYZ | 3.35 | 3.33 | 10.36 | - |
| YUV | 45.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 91 | 0.81 | 0.43 | 0 | 0.64 | 211.62 | 0.69 | 0.21 |
| Hex | 11 | 34 | 5B | 51 | 2B | 0 | 40 | D4 | 45 | 15 |
| Octal | 21 | 64 | 133 | 121 | 53 | 0 | 100 | 324 | 105 | 25 |
| Binary | 10001 | 110100 | 1011011 | 1010001 | 101011 | 0 | 1000000 | 11010100 | 1000101 | 10101 |
Color Harmonies of #11345B
Complementary color
Monochromatic Colors of #11345B
Black with #11345B
Text Example
Text Example
White with #11345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11345B; }
p { color: rgb(17,52,91); }
H1.HeaderClassName
{
color: #11345B;
}
.AnyTagClassName
{
color: #11345B;
}
</style>
background-color css
<style>
a { background-color: #11345B; }
a { background-color: rgb(17,52,91); }
div.DivClassName
{
background-color: #11345B;
}
.BgClassName
{
background-color: #11345B;
}
</style>
border-color css
<style>
span { border-color: #11345B; }
span { border-color: rgb(17,52,91); }
td.TdClassName
{
border-color: #11345B;
}
.TagClassName
{
border-color: #11345B;
}
</style>