#113757

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

Shades of Regal Blue #113757

Tints of Regal Blue #113757

Color information

#113757 (or 0x113757) is unknown color: approx Regal Blue. HEX triplet: 11, 37 and 57. RGB value is (17,55,87). Sum of RGB (Red+Green+Blue) = 17+55+87=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #113757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113757 is #EEC8A8. Grayscale: #2F2F2F. Windows color (decimal): -15648937 or 5715729. OLE color: 5715729.

HSL color Cylindrical-coordinate representation of color #113757: hue angle of 207.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 #113757 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB175587-
CMYK0.800.3700.66
HSL207.43º67.31%20.39%-
HSV(B)207.43º80.46%34.12%-
XYZ3.323.549.53-
YUV47.29150.41106.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=10.69%
G=34.59%
B=54.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1755870.800.3700.66207.4367.3120.39
Hex1137575025042cf4314
Octal216712712045010231710324
Binary10001110111101011110100001001010100001011001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113757; }

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

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

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

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

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

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

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

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