#113549

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

Shades of Blue Whale #113549

Tints of Blue Whale #113549

Color information

#113549 (or 0x113549) is unknown color: approx Blue Whale. HEX triplet: 11, 35 and 49. RGB value is (17,53,73). Sum of RGB (Red+Green+Blue) = 17+53+73=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #113549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113549 is #EECAB6. Grayscale: #2C2C2C. Windows color (decimal): -15649463 or 4797713. OLE color: 4797713.

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

Color convert

RGB175373-
CMYK0.770.2700.71
HSL201.43º62.22%17.65%-
HSV(B)201.43º76.71%28.63%-
XYZ2.713.156.77-
YUV44.52144.07108.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=11.89%
G=37.06%
B=51.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1753730.770.2700.71201.4362.2217.65
Hex1135494D1B047c93e12
Octal21651111153301073117622
Binary100011101011001001100110111011010001111100100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113549; }

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

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

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

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

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

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

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

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