#113242

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

Shades of Blue Whale #113242

Tints of Blue Whale #113242

Color information

#113242 (or 0x113242) is unknown color: approx Blue Whale. HEX triplet: 11, 32 and 42. RGB value is (17,50,66). Sum of RGB (Red+Green+Blue) = 17+50+66=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #113242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113242 is #EECDBD. Grayscale: #292929. Windows color (decimal): -15650238 or 4338193. OLE color: 4338193.

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

Color convert

RGB175066-
CMYK0.740.2400.74
HSL199.59º59.04%16.27%-
HSV(B)199.59º74.24%25.88%-
XYZ2.362.795.57-
YUV41.96141.57110.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 66 (26.17% from 255) = 49.62%
R=12.78%
G=37.59%
B=49.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1750660.740.2400.74199.5959.0416.27
Hex1132424A1804Ac83b10
Octal21621021123001123107320
Binary100011100101000010100101011000010010101100100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113242; }

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

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

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

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

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

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

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

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