#112737

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

Shades of Tangaroa #112737

Tints of Tangaroa #112737

Color information

#112737 (or 0x112737) is unknown color: approx Tangaroa. HEX triplet: 11, 27 and 37. RGB value is (17,39,55). Sum of RGB (Red+Green+Blue) = 17+39+55=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #112737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112737 is #EED8C8. Grayscale: #222222. Windows color (decimal): -15653065 or 3614481. OLE color: 3614481.

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

Color convert

RGB173955-
CMYK0.690.2900.78
HSL205.26º52.78%14.12%-
HSV(B)205.26º69.09%21.57%-
XYZ1.651.853.88-
YUV34.25139.71115.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 55 (21.88% from 255) = 49.55%
R=15.32%
G=35.14%
B=49.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1739550.690.2900.78205.2652.7814.12
Hex112737451D04Ecd35e
Octal2147671053501163156516
Binary1000110011111011110001011110101001110110011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112737; }

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

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

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

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

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

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

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

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