#113E5E

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

Shades of Regal Blue #113E5E

Tints of Regal Blue #113E5E

Color information

#113E5E (or 0x113E5E) is unknown color: approx Regal Blue. HEX triplet: 11, 3E and 5E. RGB value is (17,62,94). Sum of RGB (Red+Green+Blue) = 17+62+94=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #113E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E5E is #EEC1A1. Grayscale: #343434. Windows color (decimal): -15647138 or 6176273. OLE color: 6176273.

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

Color convert

RGB176294-
CMYK0.820.3400.63
HSL204.94º69.37%21.76%-
HSV(B)204.94º81.91%36.86%-
XYZ3.974.3711.22-
YUV52.19151.59102.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 94 (37.11% from 255) = 54.34%
R=9.83%
G=35.84%
B=54.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1762940.820.3400.63204.9469.3721.76
Hex113E5E522203Fcd4516
Octal21761361224207731510526
Binary1000111111010111101010010100010011111111001101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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