Shades of Regal Blue #11345A
Tints of Regal Blue #11345A
RGB
CMYK
RGB Variations
Color information
#11345A (or 0x11345A) is known color: Regal Blue. HEX triplet: 11, 34 and 5A. RGB value is (17,52,90). Sum of RGB (Red+Green+Blue) = 17+52+90=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #11345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11345A is #EECBA5. Grayscale: #2D2D2D. Windows color (decimal): -15649702 or 5911569. OLE color: 5911569.
HSL color Cylindrical-coordinate representation of color #11345A: hue angle of 211.23º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11345A is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 52 | 90 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.65 |
| HSL | 211.23º | 0.68% | 0.21% | - |
| HSV(B) | 211.23º | 0.81% | 0.35% | - |
| XYZ | 3.3 | 3.31 | 10.14 | - |
| YUV | 45.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 90 | 0.81 | 0.42 | 0 | 0.65 | 211.23 | 0.68 | 0.21 |
| Hex | 11 | 34 | 5A | 51 | 2A | 0 | 41 | D3 | 44 | 15 |
| Octal | 21 | 64 | 132 | 121 | 52 | 0 | 101 | 323 | 104 | 25 |
| Binary | 10001 | 110100 | 1011010 | 1010001 | 101010 | 0 | 1000001 | 11010011 | 1000100 | 10101 |
Color Harmonies of #11345A
Complementary color
Monochromatic Colors of #11345A
Black with #11345A
Text Example
Text Example
White with #11345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11345A; }
p { color: rgb(17,52,90); }
H1.HeaderClassName
{
color: #11345A;
}
.AnyTagClassName
{
color: #11345A;
}
</style>
background-color css
<style>
a { background-color: #11345A; }
a { background-color: rgb(17,52,90); }
div.DivClassName
{
background-color: #11345A;
}
.BgClassName
{
background-color: #11345A;
}
</style>
border-color css
<style>
span { border-color: #11345A; }
span { border-color: rgb(17,52,90); }
td.TdClassName
{
border-color: #11345A;
}
.TagClassName
{
border-color: #11345A;
}
</style>