#113040

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

Shades of Blue Whale #113040

Tints of Blue Whale #113040

Color information

#113040 (or 0x113040) is unknown color: approx Blue Whale. HEX triplet: 11, 30 and 40. RGB value is (17,48,64). Sum of RGB (Red+Green+Blue) = 17+48+64=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #113040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113040 is #EECFBF. Grayscale: #282828. Windows color (decimal): -15650752 or 4206609. OLE color: 4206609.

HSL color Cylindrical-coordinate representation of color #113040: hue angle of 200.43º 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 #113040 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB174864-
CMYK0.730.2500.75
HSL200.43º58.02%15.88%-
HSV(B)200.43º73.44%25.1%-
XYZ2.212.65.24-
YUV40.56141.23111.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=13.18%
G=37.21%
B=49.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1748640.730.2500.75200.4358.0215.88
Hex113040491904Bc83a10
Octal21601001113101133107220
Binary100011100001000000100100111001010010111100100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113040; }

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

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

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

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

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

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

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

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