#112B37

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

Shades of Tangaroa #112B37

Tints of Tangaroa #112B37

Color information

#112B37 (or 0x112B37) is unknown color: approx Tangaroa. HEX triplet: 11, 2B and 37. RGB value is (17,43,55). Sum of RGB (Red+Green+Blue) = 17+43+55=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #112B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B37 is #EED4C8. Grayscale: #242424. Windows color (decimal): -15652041 or 3615505. OLE color: 3615505.

HSL color Cylindrical-coordinate representation of color #112B37: hue angle of 198.95º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112B37 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB174355-
CMYK0.690.2200.78
HSL198.95º52.78%14.12%-
HSV(B)198.95º69.09%21.57%-
XYZ1.782.123.93-
YUV36.59138.39114.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 55 (21.88% from 255) = 47.83%
R=14.78%
G=37.39%
B=47.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1743550.690.2200.78198.9552.7814.12
Hex112B37451604Ec735e
Octal2153671052601163076516
Binary1000110101111011110001011011001001110110001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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