#113A47

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

Shades of Blue Whale #113A47

Tints of Blue Whale #113A47

Color information

#113A47 (or 0x113A47) is unknown color: approx Blue Whale. HEX triplet: 11, 3A and 47. RGB value is (17,58,71). Sum of RGB (Red+Green+Blue) = 17+58+71=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #113A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A47 is #EEC5B8. Grayscale: #2F2F2F. Windows color (decimal): -15648185 or 4667921. OLE color: 4667921.

HSL color Cylindrical-coordinate representation of color #113A47: hue angle of 194.44º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113A47 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB175871-
CMYK0.760.1800.72
HSL194.44º61.36%17.25%-
HSV(B)194.44º76.06%27.84%-
XYZ2.883.66.5-
YUV47.22141.42106.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=11.64%
G=39.73%
B=48.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1758710.760.1800.72194.4461.3617.25
Hex113A474C12048c23d11
Octal21721071142201103027521
Binary100011110101000111100110010010010010001100001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,58,71); }

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

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

 a { background-color: rgb(17,58,71); }

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

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

 span { border-color: rgb(17,58,71); }

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