#113041

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

Shades of Blue Whale #113041

Tints of Blue Whale #113041

Color information

#113041 (or 0x113041) is unknown color: approx Blue Whale. HEX triplet: 11, 30 and 41. RGB value is (17,48,65). Sum of RGB (Red+Green+Blue) = 17+48+65=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #113041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113041 is #EECFBE. Grayscale: #282828. Windows color (decimal): -15650751 or 4272145. OLE color: 4272145.

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

Color convert

RGB174865-
CMYK0.740.2600.75
HSL201.25º58.54%16.08%-
HSV(B)201.25º73.85%25.49%-
XYZ2.242.615.39-
YUV40.67141.73111.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 65 (25.78% from 255) = 50%
R=13.08%
G=36.92%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1748650.740.2600.75201.2558.5416.08
Hex1130414A1A04Bc93b10
Octal21601011123201133117320
Binary100011100001000001100101011010010010111100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113041; }

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

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

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

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

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

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

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

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