#113949

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

Shades of Blue Whale #113949

Tints of Blue Whale #113949

Color information

#113949 (or 0x113949) is unknown color: approx Blue Whale. HEX triplet: 11, 39 and 49. RGB value is (17,57,73). Sum of RGB (Red+Green+Blue) = 17+57+73=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #113949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113949 is #EEC6B6. Grayscale: #2E2E2E. Windows color (decimal): -15648439 or 4798737. OLE color: 4798737.

HSL color Cylindrical-coordinate representation of color #113949: hue angle of 197.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113949 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB175773-
CMYK0.770.2200.71
HSL197.14º62.22%17.65%-
HSV(B)197.14º76.71%28.63%-
XYZ2.93.536.83-
YUV46.86142.75106.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=11.56%
G=38.78%
B=49.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1757730.770.2200.71197.1462.2217.65
Hex1139494D16047c53e12
Octal21711111152601073057622
Binary100011110011001001100110110110010001111100010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113949; }

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

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

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

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

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

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

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

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