#113240

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

Shades of Blue Whale #113240

Tints of Blue Whale #113240

Color information

#113240 (or 0x113240) is unknown color: approx Blue Whale. HEX triplet: 11, 32 and 40. RGB value is (17,50,64). Sum of RGB (Red+Green+Blue) = 17+50+64=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #113240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113240 is #EECDBF. Grayscale: #292929. Windows color (decimal): -15650240 or 4207121. OLE color: 4207121.

HSL color Cylindrical-coordinate representation of color #113240: hue angle of 197.87º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113240 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB175064-
CMYK0.730.2200.75
HSL197.87º58.02%15.88%-
HSV(B)197.87º73.44%25.1%-
XYZ2.32.775.26-
YUV41.73140.57110.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=12.98%
G=38.17%
B=48.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1750640.730.2200.75197.8758.0215.88
Hex113240491604Bc63a10
Octal21621001112601133067220
Binary100011100101000000100100110110010010111100011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113240; }

 p { color: rgb(17,50,64); }

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

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

 a { background-color: rgb(17,50,64); }

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

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

 span { border-color: rgb(17,50,64); }

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