#113745

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

Shades of Blue Whale #113745

Tints of Blue Whale #113745

Color information

#113745 (or 0x113745) is unknown color: approx Blue Whale. HEX triplet: 11, 37 and 45. RGB value is (17,55,69). Sum of RGB (Red+Green+Blue) = 17+55+69=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #113745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113745 is #EEC8BA. Grayscale: #2D2D2D. Windows color (decimal): -15648955 or 4536081. OLE color: 4536081.

HSL color Cylindrical-coordinate representation of color #113745: hue angle of 196.15º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113745 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB175569-
CMYK0.750.2000.73
HSL196.15º60.47%16.86%-
HSV(B)196.15º75.36%27.06%-
XYZ2.673.286.12-
YUV45.23141.41107.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=12.06%
G=39.01%
B=48.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1755690.750.2000.73196.1560.4716.86
Hex1137454B14049c43c11
Octal21671051132401113047421
Binary100011101111000101100101110100010010011100010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113745; }

 p { color: rgb(17,55,69); }

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

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

 a { background-color: rgb(17,55,69); }

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

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

 span { border-color: rgb(17,55,69); }

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