#113E5D

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

Shades of Regal Blue #113E5D

Tints of Regal Blue #113E5D

Color information

#113E5D (or 0x113E5D) is unknown color: approx Regal Blue. HEX triplet: 11, 3E and 5D. RGB value is (17,62,93). Sum of RGB (Red+Green+Blue) = 17+62+93=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #113E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E5D is #EEC1A2. Grayscale: #333333. Windows color (decimal): -15647139 or 6110737. OLE color: 6110737.

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

Color convert

RGB176293-
CMYK0.820.3300.64
HSL204.47º69.09%21.57%-
HSV(B)204.47º81.72%36.47%-
XYZ3.934.3510.99-
YUV52.08151.09102.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=9.88%
G=36.05%
B=54.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1762930.820.3300.64204.4769.0921.57
Hex113E5D5221040cc4516
Octal217613512241010031410526
Binary10001111110101110110100101000010100000011001100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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