#113D5E

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

Shades of Regal Blue #113D5E

Tints of Regal Blue #113D5E

Color information

#113D5E (or 0x113D5E) is unknown color: approx Regal Blue. HEX triplet: 11, 3D and 5E. RGB value is (17,61,94). Sum of RGB (Red+Green+Blue) = 17+61+94=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #113D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D5E is #EEC2A1. Grayscale: #333333. Windows color (decimal): -15647394 or 6176017. OLE color: 6176017.

HSL color Cylindrical-coordinate representation of color #113D5E: hue angle of 205.71º 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 #113D5E is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB176194-
CMYK0.820.3500.63
HSL205.71º69.37%21.76%-
HSV(B)205.71º81.91%36.86%-
XYZ3.924.2611.21-
YUV51.61151.92103.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 94 (37.11% from 255) = 54.65%
R=9.88%
G=35.47%
B=54.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1761940.820.3500.63205.7169.3721.76
Hex113D5E522303Fce4516
Octal21751361224307731610526
Binary1000111110110111101010010100011011111111001110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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