#113E5A

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

Shades of Regal Blue #113E5A

Tints of Regal Blue #113E5A

Color information

#113E5A (or 0x113E5A) is unknown color: approx Regal Blue. HEX triplet: 11, 3E and 5A. RGB value is (17,62,90). Sum of RGB (Red+Green+Blue) = 17+62+90=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #113E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E5A is #EEC1A5. Grayscale: #333333. Windows color (decimal): -15647142 or 5914129. OLE color: 5914129.

HSL color Cylindrical-coordinate representation of color #113E5A: hue angle of 203.01º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113E5A is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB176290-
CMYK0.810.3100.65
HSL203.01º68.22%20.98%-
HSV(B)203.01º81.11%35.29%-
XYZ3.84.310.3-
YUV51.74149.59103.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 62 (24.61% from 255) = 36.69%
BLUE value IS 90 (35.55% from 255) = 53.25%
R=10.06%
G=36.69%
B=53.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1762900.810.3100.65203.0168.2220.98
Hex113E5A511F041cb4415
Octal217613212137010131310425
Binary1000111111010110101010001111110100000111001011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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