#113948

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

Shades of Blue Whale #113948

Tints of Blue Whale #113948

Color information

#113948 (or 0x113948) is unknown color: approx Blue Whale. HEX triplet: 11, 39 and 48. RGB value is (17,57,72). Sum of RGB (Red+Green+Blue) = 17+57+72=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #113948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113948 is #EEC6B7. Grayscale: #2E2E2E. Windows color (decimal): -15648440 or 4733201. OLE color: 4733201.

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

Color convert

RGB175772-
CMYK0.760.2100.72
HSL196.36º61.8%17.45%-
HSV(B)196.36º76.39%28.24%-
XYZ2.863.516.66-
YUV46.75142.25106.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=11.64%
G=39.04%
B=49.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1757720.760.2100.72196.3661.817.45
Hex1139484C15048c43e11
Octal21711101142501103047621
Binary100011110011001000100110010101010010001100010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113948; }

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

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

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

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

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

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

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

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