Shades of Regal Blue #113255
Tints of Regal Blue #113255
RGB
CMYK
RGB Variations
Color information
#113255 (or 0x113255) is known color: Regal Blue. HEX triplet: 11, 32 and 55. RGB value is (17,50,85). Sum of RGB (Red+Green+Blue) = 17+50+85=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #113255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113255 is #EECDAA. Grayscale: #2B2B2B. Windows color (decimal): -15650219 or 5583377. OLE color: 5583377.
HSL color Cylindrical-coordinate representation of color #113255: hue angle of 210.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113255 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 50 | 85 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.67 |
| HSL | 210.88º | 0.67% | 0.2% | - |
| HSV(B) | 210.88º | 0.8% | 0.33% | - |
| XYZ | 3.01 | 3.06 | 9.03 | - |
| YUV | 44.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 85 | 0.80 | 0.41 | 0 | 0.67 | 210.88 | 0.67 | 0.2 |
| Hex | 11 | 32 | 55 | 50 | 29 | 0 | 43 | D3 | 43 | 14 |
| Octal | 21 | 62 | 125 | 120 | 51 | 0 | 103 | 323 | 103 | 24 |
| Binary | 10001 | 110010 | 1010101 | 1010000 | 101001 | 0 | 1000011 | 11010011 | 1000011 | 10100 |
Color Harmonies of #113255
Complementary color
Monochromatic Colors of #113255
Black with #113255
Text Example
Text Example
White with #113255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113255; }
p { color: rgb(17,50,85); }
H1.HeaderClassName
{
color: #113255;
}
.AnyTagClassName
{
color: #113255;
}
</style>
background-color css
<style>
a { background-color: #113255; }
a { background-color: rgb(17,50,85); }
div.DivClassName
{
background-color: #113255;
}
.BgClassName
{
background-color: #113255;
}
</style>
border-color css
<style>
span { border-color: #113255; }
span { border-color: rgb(17,50,85); }
td.TdClassName
{
border-color: #113255;
}
.TagClassName
{
border-color: #113255;
}
</style>