#112B45

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

Shades of Tangaroa #112B45

Tints of Tangaroa #112B45

Color information

#112B45 (or 0x112B45) is unknown color: approx Tangaroa. HEX triplet: 11, 2B and 45. RGB value is (17,43,69). Sum of RGB (Red+Green+Blue) = 17+43+69=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #112B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B45 is #EED4BA. Grayscale: #262626. Windows color (decimal): -15652027 or 4533009. OLE color: 4533009.

HSL color Cylindrical-coordinate representation of color #112B45: hue angle of 210º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112B45 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB174369-
CMYK0.750.3800.73
HSL210º60.47%16.86%-
HSV(B)210º75.36%27.06%-
XYZ2.172.285.96-
YUV38.19145.39112.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 43 (17.19% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 53.49%
R=13.18%
G=33.33%
B=53.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1743690.750.3800.7321060.4716.86
Hex112B454B26049d23c11
Octal21531051134601113227421
Binary1000110101110001011001011100110010010011101001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,43,69); }

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

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

 a { background-color: rgb(17,43,69); }

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

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

 span { border-color: rgb(17,43,69); }

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