Shades of Regal Blue #11385F
Tints of Regal Blue #11385F
RGB
CMYK
RGB Variations
Color information
#11385F (or 0x11385F) is known color: Regal Blue. HEX triplet: 11, 38 and 5F. RGB value is (17,56,95). Sum of RGB (Red+Green+Blue) = 17+56+95=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #11385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11385F is #EEC7A0. Grayscale: #303030. Windows color (decimal): -15648673 or 6240273. OLE color: 6240273.
HSL color Cylindrical-coordinate representation of color #11385F: hue angle of 210º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11385F is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 56 | 95 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.63 |
| HSL | 210º | 0.7% | 0.22% | - |
| HSV(B) | 210º | 0.82% | 0.37% | - |
| XYZ | 3.71 | 3.77 | 11.36 | - |
| YUV | 48.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 95 | 0.82 | 0.41 | 0 | 0.63 | 210 | 0.7 | 0.22 |
| Hex | 11 | 38 | 5F | 52 | 29 | 0 | 3F | D2 | 46 | 16 |
| Octal | 21 | 70 | 137 | 122 | 51 | 0 | 77 | 322 | 106 | 26 |
| Binary | 10001 | 111000 | 1011111 | 1010010 | 101001 | 0 | 111111 | 11010010 | 1000110 | 10110 |
Color Harmonies of #11385F
Complementary color
Monochromatic Colors of #11385F
Black with #11385F
Text Example
Text Example
White with #11385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11385F; }
p { color: rgb(17,56,95); }
H1.HeaderClassName
{
color: #11385F;
}
.AnyTagClassName
{
color: #11385F;
}
</style>
background-color css
<style>
a { background-color: #11385F; }
a { background-color: rgb(17,56,95); }
div.DivClassName
{
background-color: #11385F;
}
.BgClassName
{
background-color: #11385F;
}
</style>
border-color css
<style>
span { border-color: #11385F; }
span { border-color: rgb(17,56,95); }
td.TdClassName
{
border-color: #11385F;
}
.TagClassName
{
border-color: #11385F;
}
</style>