#113149

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

Shades of Blue Whale #113149

Tints of Blue Whale #113149

Color information

#113149 (or 0x113149) is unknown color: approx Blue Whale. HEX triplet: 11, 31 and 49. RGB value is (17,49,73). Sum of RGB (Red+Green+Blue) = 17+49+73=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #113149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113149 is #EECEB6. Grayscale: #2A2A2A. Windows color (decimal): -15650487 or 4796689. OLE color: 4796689.

HSL color Cylindrical-coordinate representation of color #113149: hue angle of 205.71º 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 #113149 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB174973-
CMYK0.770.3300.71
HSL205.71º62.22%17.65%-
HSV(B)205.71º76.71%28.63%-
XYZ2.532.86.71-
YUV42.17145.4110.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 73 (28.91% from 255) = 52.52%
R=12.23%
G=35.25%
B=52.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1749730.770.3300.71205.7162.2217.65
Hex1131494D21047ce3e12
Octal21611111154101073167622
Binary1000111000110010011001101100001010001111100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113149; }

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

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

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

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

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

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

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

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