Shades of Regal Blue #113357
Tints of Regal Blue #113357
RGB
CMYK
RGB Variations
Color information
#113357 (or 0x113357) is known color: Regal Blue. HEX triplet: 11, 33 and 57. RGB value is (17,51,87). Sum of RGB (Red+Green+Blue) = 17+51+87=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #113357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113357 is #EECCA8. Grayscale: #2C2C2C. Windows color (decimal): -15649961 or 5714705. OLE color: 5714705.
HSL color Cylindrical-coordinate representation of color #113357: hue angle of 210.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113357 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 51 | 87 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.66 |
| HSL | 210.86º | 0.67% | 0.2% | - |
| HSV(B) | 210.86º | 0.8% | 0.34% | - |
| XYZ | 3.14 | 3.17 | 9.46 | - |
| YUV | 44.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 87 | 0.80 | 0.41 | 0 | 0.66 | 210.86 | 0.67 | 0.2 |
| Hex | 11 | 33 | 57 | 50 | 29 | 0 | 42 | D3 | 43 | 14 |
| Octal | 21 | 63 | 127 | 120 | 51 | 0 | 102 | 323 | 103 | 24 |
| Binary | 10001 | 110011 | 1010111 | 1010000 | 101001 | 0 | 1000010 | 11010011 | 1000011 | 10100 |
Color Harmonies of #113357
Complementary color
Monochromatic Colors of #113357
Black with #113357
Text Example
Text Example
White with #113357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113357; }
p { color: rgb(17,51,87); }
H1.HeaderClassName
{
color: #113357;
}
.AnyTagClassName
{
color: #113357;
}
</style>
background-color css
<style>
a { background-color: #113357; }
a { background-color: rgb(17,51,87); }
div.DivClassName
{
background-color: #113357;
}
.BgClassName
{
background-color: #113357;
}
</style>
border-color css
<style>
span { border-color: #113357; }
span { border-color: rgb(17,51,87); }
td.TdClassName
{
border-color: #113357;
}
.TagClassName
{
border-color: #113357;
}
</style>