Shades of Regal Blue #11335A
Tints of Regal Blue #11335A
RGB
CMYK
RGB Variations
Color information
#11335A (or 0x11335A) is known color: Regal Blue. HEX triplet: 11, 33 and 5A. RGB value is (17,51,90). Sum of RGB (Red+Green+Blue) = 17+51+90=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #11335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11335A is #EECCA5. Grayscale: #2D2D2D. Windows color (decimal): -15649958 or 5911313. OLE color: 5911313.
HSL color Cylindrical-coordinate representation of color #11335A: hue angle of 212.05º 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 #11335A is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 51 | 90 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.65 |
| HSL | 212.05º | 0.68% | 0.21% | - |
| HSV(B) | 212.05º | 0.81% | 0.35% | - |
| XYZ | 3.26 | 3.23 | 10.12 | - |
| YUV | 45.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 90 | 0.81 | 0.43 | 0 | 0.65 | 212.05 | 0.68 | 0.21 |
| Hex | 11 | 33 | 5A | 51 | 2B | 0 | 41 | D4 | 44 | 15 |
| Octal | 21 | 63 | 132 | 121 | 53 | 0 | 101 | 324 | 104 | 25 |
| Binary | 10001 | 110011 | 1011010 | 1010001 | 101011 | 0 | 1000001 | 11010100 | 1000100 | 10101 |
Color Harmonies of #11335A
Complementary color
Monochromatic Colors of #11335A
Black with #11335A
Text Example
Text Example
White with #11335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11335A; }
p { color: rgb(17,51,90); }
H1.HeaderClassName
{
color: #11335A;
}
.AnyTagClassName
{
color: #11335A;
}
</style>
background-color css
<style>
a { background-color: #11335A; }
a { background-color: rgb(17,51,90); }
div.DivClassName
{
background-color: #11335A;
}
.BgClassName
{
background-color: #11335A;
}
</style>
border-color css
<style>
span { border-color: #11335A; }
span { border-color: rgb(17,51,90); }
td.TdClassName
{
border-color: #11335A;
}
.TagClassName
{
border-color: #11335A;
}
</style>