#113f59

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

Shades of Regal Blue #113F59

Tints of Regal Blue #113F59

Color information

#113F59 (or 0x113F59) is unknown color: approx Regal Blue. HEX triplet: 11, 3F and 59. RGB value is (17,63,89). Sum of RGB (Red+Green+Blue) = 17+63+89=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #113F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F59 is #EEC0A6. Grayscale: #343434. Windows color (decimal): -15646887 or 5848849. OLE color: 5848849.

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

Color convert

RGB176389-
CMYK0.810.2900.65
HSL201.67º67.92%20.78%-
HSV(B)201.67º80.9%34.9%-
XYZ3.814.410.1-
YUV52.21148.76102.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=10.06%
G=37.28%
B=52.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1763890.810.2900.65201.6767.9220.78
Hex113F59511D041ca4415
Octal217713112135010131210425
Binary1000111111110110011010001111010100000111001010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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