#112A37

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

Shades of Tangaroa #112A37

Tints of Tangaroa #112A37

Color information

#112A37 (or 0x112A37) is unknown color: approx Tangaroa. HEX triplet: 11, 2A and 37. RGB value is (17,42,55). Sum of RGB (Red+Green+Blue) = 17+42+55=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #112A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A37 is #EED5C8. Grayscale: #232323. Windows color (decimal): -15652297 or 3615249. OLE color: 3615249.

HSL color Cylindrical-coordinate representation of color #112A37: hue angle of 200.53º 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 #112A37 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB174255-
CMYK0.690.2400.78
HSL200.53º52.78%14.12%-
HSV(B)200.53º69.09%21.57%-
XYZ1.752.053.92-
YUV36.01138.72114.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=14.91%
G=36.84%
B=48.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1742550.690.2400.78200.5352.7814.12
Hex112A37451804Ec935e
Octal2152671053001163116516
Binary1000110101011011110001011100001001110110010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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