#112F41

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

Shades of Blue Whale #112F41

Tints of Blue Whale #112F41

Color information

#112F41 (or 0x112F41) is unknown color: approx Blue Whale. HEX triplet: 11, 2F and 41. RGB value is (17,47,65). Sum of RGB (Red+Green+Blue) = 17+47+65=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #112F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F41 is #EED0BE. Grayscale: #272727. Windows color (decimal): -15651007 or 4271889. OLE color: 4271889.

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

Color convert

RGB174765-
CMYK0.740.2800.75
HSL202.5º58.54%16.08%-
HSV(B)202.5º73.85%25.49%-
XYZ2.22.535.37-
YUV40.08142.06111.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=13.18%
G=36.43%
B=50.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1747650.740.2800.75202.558.5416.08
Hex112F414A1C04Bca3b10
Octal21571011123401133127320
Binary100011011111000001100101011100010010111100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112F41; }

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

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

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

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

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

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

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

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