Shades of Regal Blue #113057
Tints of Regal Blue #113057
RGB
CMYK
RGB Variations
Color information
#113057 (or 0x113057) is known color: Regal Blue. HEX triplet: 11, 30 and 57. RGB value is (17,48,87). Sum of RGB (Red+Green+Blue) = 17+48+87=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #113057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113057 is #EECFA8. Grayscale: #2A2A2A. Windows color (decimal): -15650729 or 5713937. OLE color: 5713937.
HSL color Cylindrical-coordinate representation of color #113057: hue angle of 213.43º 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 #113057 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 48 | 87 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.66 |
| HSL | 213.43º | 0.67% | 0.2% | - |
| HSV(B) | 213.43º | 0.8% | 0.34% | - |
| XYZ | 3.01 | 2.92 | 9.42 | - |
| YUV | 43.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 87 | 0.80 | 0.45 | 0 | 0.66 | 213.43 | 0.67 | 0.2 |
| Hex | 11 | 30 | 57 | 50 | 2D | 0 | 42 | D5 | 43 | 14 |
| Octal | 21 | 60 | 127 | 120 | 55 | 0 | 102 | 325 | 103 | 24 |
| Binary | 10001 | 110000 | 1010111 | 1010000 | 101101 | 0 | 1000010 | 11010101 | 1000011 | 10100 |
Color Harmonies of #113057
Complementary color
Monochromatic Colors of #113057
Black with #113057
Text Example
Text Example
White with #113057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113057; }
p { color: rgb(17,48,87); }
H1.HeaderClassName
{
color: #113057;
}
.AnyTagClassName
{
color: #113057;
}
</style>
background-color css
<style>
a { background-color: #113057; }
a { background-color: rgb(17,48,87); }
div.DivClassName
{
background-color: #113057;
}
.BgClassName
{
background-color: #113057;
}
</style>
border-color css
<style>
span { border-color: #113057; }
span { border-color: rgb(17,48,87); }
td.TdClassName
{
border-color: #113057;
}
.TagClassName
{
border-color: #113057;
}
</style>