#113947

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

Shades of Blue Whale #113947

Tints of Blue Whale #113947

Color information

#113947 (or 0x113947) is unknown color: approx Blue Whale. HEX triplet: 11, 39 and 47. RGB value is (17,57,71). Sum of RGB (Red+Green+Blue) = 17+57+71=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #113947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113947 is #EEC6B8. Grayscale: #2E2E2E. Windows color (decimal): -15648441 or 4667665. OLE color: 4667665.

HSL color Cylindrical-coordinate representation of color #113947: hue angle of 195.56º 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 #113947 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB175771-
CMYK0.760.2000.72
HSL195.56º61.36%17.25%-
HSV(B)195.56º76.06%27.84%-
XYZ2.833.56.49-
YUV46.64141.75106.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=11.72%
G=39.31%
B=48.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1757710.760.2000.72195.5661.3617.25
Hex1139474C14048c43d11
Octal21711071142401103047521
Binary100011110011000111100110010100010010001100010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113947; }

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

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

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

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

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

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

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

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