#112F39

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

Shades of Blue Whale #112F39

Tints of Blue Whale #112F39

Color information

#112F39 (or 0x112F39) is unknown color: approx Blue Whale. HEX triplet: 11, 2F and 39. RGB value is (17,47,57). Sum of RGB (Red+Green+Blue) = 17+47+57=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #112F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F39 is #EED0C6. Grayscale: #272727. Windows color (decimal): -15651015 or 3747601. OLE color: 3747601.

HSL color Cylindrical-coordinate representation of color #112F39: hue angle of 195º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112F39 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB174757-
CMYK0.700.1800.78
HSL195º54.05%14.51%-
HSV(B)195º70.18%22.35%-
XYZ1.992.454.24-
YUV39.17138.06112.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=14.05%
G=38.84%
B=47.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1747570.700.1800.7819554.0514.51
Hex112F39461204Ec336f
Octal2157711062201163036617
Binary1000110111111100110001101001001001110110000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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