#113F5D

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

Shades of Regal Blue #113F5D

Tints of Regal Blue #113F5D

Color information

#113F5D (or 0x113F5D) is unknown color: approx Regal Blue. HEX triplet: 11, 3F and 5D. RGB value is (17,63,93). Sum of RGB (Red+Green+Blue) = 17+63+93=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #113F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F5D is #EEC0A2. Grayscale: #343434. Windows color (decimal): -15646883 or 6110993. OLE color: 6110993.

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

Color convert

RGB176393-
CMYK0.820.3200.64
HSL203.68º69.09%21.57%-
HSV(B)203.68º81.72%36.47%-
XYZ3.984.4611.01-
YUV52.67150.76102.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=9.83%
G=36.42%
B=53.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1763930.820.3200.64203.6869.0921.57
Hex113F5D5220040cc4516
Octal217713512240010031410526
Binary10001111111101110110100101000000100000011001100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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