#113057

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

Shades of Regal Blue #113057

Tints of Regal Blue #113057

Color information

#113057 (or 0x113057) is unknown color: approx Regal Blue. HEX triplet: 11, 30 and 57. RGB value is (17,48,87). Sum of RGB (Red+Green+Blue) = 17+48+87=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #113057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113057 is #EECFA8. Grayscale: #2A2A2A. Windows color (decimal): -15650729 or 5713937. OLE color: 5713937.

HSL color Cylindrical-coordinate representation of color #113057: hue angle of 213.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113057 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB174887-
CMYK0.800.4500.66
HSL213.43º67.31%20.39%-
HSV(B)213.43º80.46%34.12%-
XYZ3.012.929.42-
YUV43.18152.73109.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=11.18%
G=31.58%
B=57.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1748870.800.4500.66213.4367.3120.39
Hex113057502D042d54314
Octal216012712055010232510324
Binary10001110000101011110100001011010100001011010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113057; }

 p { color: rgb(17,48,87); }

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

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

 a { background-color: rgb(17,48,87); }

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

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

 span { border-color: rgb(17,48,87); }

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