#113548

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

Shades of Blue Whale #113548

Tints of Blue Whale #113548

Color information

#113548 (or 0x113548) is unknown color: approx Blue Whale. HEX triplet: 11, 35 and 48. RGB value is (17,53,72). Sum of RGB (Red+Green+Blue) = 17+53+72=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #113548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113548 is #EECAB7. Grayscale: #2C2C2C. Windows color (decimal): -15649464 or 4732177. OLE color: 4732177.

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

Color convert

RGB175372-
CMYK0.760.2600.72
HSL200.73º61.8%17.45%-
HSV(B)200.73º76.39%28.24%-
XYZ2.673.136.59-
YUV44.4143.57108.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=11.97%
G=37.32%
B=50.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1753720.760.2600.72200.7361.817.45
Hex1135484C1A048c93e11
Octal21651101143201103117621
Binary100011101011001000100110011010010010001100100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113548; }

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

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

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

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

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

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

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

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