#113F5A

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

Shades of Regal Blue #113F5A

Tints of Regal Blue #113F5A

Color information

#113F5A (or 0x113F5A) is unknown color: approx Regal Blue. HEX triplet: 11, 3F and 5A. RGB value is (17,63,90). Sum of RGB (Red+Green+Blue) = 17+63+90=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #113F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F5A is #EEC0A5. Grayscale: #343434. Windows color (decimal): -15646886 or 5914385. OLE color: 5914385.

HSL color Cylindrical-coordinate representation of color #113F5A: hue angle of 202.19º 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 #113F5A is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB176390-
CMYK0.810.3000.65
HSL202.19º68.22%20.98%-
HSV(B)202.19º81.11%35.29%-
XYZ3.854.4110.32-
YUV52.32149.26102.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 63 (25% from 255) = 37.06%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=10%
G=37.06%
B=52.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1763900.810.3000.65202.1968.2220.98
Hex113F5A511E041ca4415
Octal217713212136010131210425
Binary1000111111110110101010001111100100000111001010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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