Shades of Regal Blue #11385A
Tints of Regal Blue #11385A
RGB
CMYK
RGB Variations
Color information
#11385A (or 0x11385A) is known color: Regal Blue. HEX triplet: 11, 38 and 5A. RGB value is (17,56,90). Sum of RGB (Red+Green+Blue) = 17+56+90=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #11385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11385A is #EEC7A5. Grayscale: #303030. Windows color (decimal): -15648678 or 5912593. OLE color: 5912593.
HSL color Cylindrical-coordinate representation of color #11385A: hue angle of 207.95º 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 #11385A is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 56 | 90 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.65 |
| HSL | 207.95º | 0.68% | 0.21% | - |
| HSV(B) | 207.95º | 0.81% | 0.35% | - |
| XYZ | 3.49 | 3.69 | 10.2 | - |
| YUV | 48.22 | 151.58 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 90 | 0.81 | 0.38 | 0 | 0.65 | 207.95 | 0.68 | 0.21 |
| Hex | 11 | 38 | 5A | 51 | 26 | 0 | 41 | D0 | 44 | 15 |
| Octal | 21 | 70 | 132 | 121 | 46 | 0 | 101 | 320 | 104 | 25 |
| Binary | 10001 | 111000 | 1011010 | 1010001 | 100110 | 0 | 1000001 | 11010000 | 1000100 | 10101 |
Color Harmonies of #11385A
Complementary color
Monochromatic Colors of #11385A
Black with #11385A
Text Example
Text Example
White with #11385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11385A; }
p { color: rgb(17,56,90); }
H1.HeaderClassName
{
color: #11385A;
}
.AnyTagClassName
{
color: #11385A;
}
</style>
background-color css
<style>
a { background-color: #11385A; }
a { background-color: rgb(17,56,90); }
div.DivClassName
{
background-color: #11385A;
}
.BgClassName
{
background-color: #11385A;
}
</style>
border-color css
<style>
span { border-color: #11385A; }
span { border-color: rgb(17,56,90); }
td.TdClassName
{
border-color: #11385A;
}
.TagClassName
{
border-color: #11385A;
}
</style>