#113E5B

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

Shades of Regal Blue #113E5B

Tints of Regal Blue #113E5B

Color information

#113E5B (or 0x113E5B) is unknown color: approx Regal Blue. HEX triplet: 11, 3E and 5B. RGB value is (17,62,91). Sum of RGB (Red+Green+Blue) = 17+62+91=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #113E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E5B is #EEC1A4. Grayscale: #333333. Windows color (decimal): -15647141 or 5979665. OLE color: 5979665.

HSL color Cylindrical-coordinate representation of color #113E5B: hue angle of 203.51º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113E5B is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB176291-
CMYK0.810.3200.64
HSL203.51º68.52%21.18%-
HSV(B)203.51º81.32%35.69%-
XYZ3.844.3210.53-
YUV51.85150.09103.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 62 (24.61% from 255) = 36.47%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=10%
G=36.47%
B=53.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1762910.810.3200.64203.5168.5221.18
Hex113E5B5120040cc4515
Octal217613312140010031410525
Binary10001111110101101110100011000000100000011001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,62,91); }

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

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

 a { background-color: rgb(17,62,91); }

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

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

 span { border-color: rgb(17,62,91); }

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