#113241

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

Shades of Blue Whale #113241

Tints of Blue Whale #113241

Color information

#113241 (or 0x113241) is unknown color: approx Blue Whale. HEX triplet: 11, 32 and 41. RGB value is (17,50,65). Sum of RGB (Red+Green+Blue) = 17+50+65=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #113241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113241 is #EECDBE. Grayscale: #292929. Windows color (decimal): -15650239 or 4272657. OLE color: 4272657.

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

Color convert

RGB175065-
CMYK0.740.2300.75
HSL198.75º58.54%16.08%-
HSV(B)198.75º73.85%25.49%-
XYZ2.332.785.42-
YUV41.84141.07110.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=12.88%
G=37.88%
B=49.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1750650.740.2300.75198.7558.5416.08
Hex1132414A1704Bc73b10
Octal21621011122701133077320
Binary100011100101000001100101010111010010111100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113241; }

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

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

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

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

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

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

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

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