#112D40

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

Shades of Tangaroa #112D40

Tints of Tangaroa #112D40

Color information

#112D40 (or 0x112D40) is unknown color: approx Tangaroa. HEX triplet: 11, 2D and 40. RGB value is (17,45,64). Sum of RGB (Red+Green+Blue) = 17+45+64=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #112D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D40 is #EED2BF. Grayscale: #262626. Windows color (decimal): -15651520 or 4205841. OLE color: 4205841.

HSL color Cylindrical-coordinate representation of color #112D40: hue angle of 204.26º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112D40 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB174564-
CMYK0.730.3000.75
HSL204.26º58.02%15.88%-
HSV(B)204.26º73.44%25.1%-
XYZ2.092.375.2-
YUV38.79142.22112.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=13.49%
G=35.71%
B=50.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1745640.730.3000.75204.2658.0215.88
Hex112D40491E04Bcc3a10
Octal21551001113601133147220
Binary100011011011000000100100111110010010111100110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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