#113A50

Color #113A50 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #113A50

Tints of Regal Blue #113A50

Color information

#113A50 (or 0x113A50) is unknown color: approx Regal Blue. HEX triplet: 11, 3A and 50. RGB value is (17,58,80). Sum of RGB (Red+Green+Blue) = 17+58+80=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #113A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A50 is #EEC5AF. Grayscale: #303030. Windows color (decimal): -15648176 or 5257745. OLE color: 5257745.

HSL color Cylindrical-coordinate representation of color #113A50: hue angle of 200.95º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113A50 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB175880-
CMYK0.790.2800.69
HSL200.95º64.95%19.02%-
HSV(B)200.95º78.75%31.37%-
XYZ3.193.728.14-
YUV48.25145.92105.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=10.97%
G=37.42%
B=51.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1758800.790.2800.69200.9564.9519.02
Hex113A504F1C045c94113
Octal217212011734010531110123
Binary1000111101010100001001111111000100010111001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A50; }

 p { color: rgb(17,58,80); }

 H1.HeaderClassName
 {
   color: #113A50;
 }
 .AnyTagClassName
 {
   color: #113A50;
 }
</style>
background-color css

<style>
 a { background-color: #113A50; }

 a { background-color: rgb(17,58,80); }

 div.DivClassName
 {
   background-color: #113A50;
 }
 .BgClassName
 {
   background-color: #113A50;
 }
</style>
border-color css

<style>
 span { border-color: #113A50; }

 span { border-color: rgb(17,58,80); }

 td.TdClassName
 {
   border-color: #113A50;
 }
 .TagClassName
 {
   border-color: #113A50;
 }
</style>