#113759

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

Shades of Regal Blue #113759

Tints of Regal Blue #113759

Color information

#113759 (or 0x113759) is unknown color: approx Regal Blue. HEX triplet: 11, 37 and 59. RGB value is (17,55,89). Sum of RGB (Red+Green+Blue) = 17+55+89=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #113759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113759 is #EEC8A6. Grayscale: #2F2F2F. Windows color (decimal): -15648935 or 5846801. OLE color: 5846801.

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

Color convert

RGB175589-
CMYK0.810.3800.65
HSL208.33º67.92%20.78%-
HSV(B)208.33º80.9%34.9%-
XYZ3.43.579.96-
YUV47.51151.41106.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=10.56%
G=34.16%
B=55.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1755890.810.3800.65208.3367.9220.78
Hex1137595126041d04415
Octal216713112146010132010425
Binary10001110111101100110100011001100100000111010000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113759; }

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

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

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

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

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

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

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

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