#112D47

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

Shades of Blue Whale #112D47

Tints of Blue Whale #112D47

Color information

#112D47 (or 0x112D47) is unknown color: approx Blue Whale. HEX triplet: 11, 2D and 47. RGB value is (17,45,71). Sum of RGB (Red+Green+Blue) = 17+45+71=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #112D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D47 is #EED2B8. Grayscale: #272727. Windows color (decimal): -15651513 or 4664593. OLE color: 4664593.

HSL color Cylindrical-coordinate representation of color #112D47: hue angle of 208.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112D47 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB174571-
CMYK0.760.3700.72
HSL208.89º61.36%17.25%-
HSV(B)208.89º76.06%27.84%-
XYZ2.312.456.31-
YUV39.59145.72111.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 71 (28.12% from 255) = 53.38%
R=12.78%
G=33.83%
B=53.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1745710.760.3700.72208.8961.3617.25
Hex112D474C25048d13d11
Octal21551071144501103217521
Binary1000110110110001111001100100101010010001101000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,71); }

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

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

 a { background-color: rgb(17,45,71); }

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

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

 span { border-color: rgb(17,45,71); }

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