#112537

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

Shades of Tangaroa #112537

Tints of Tangaroa #112537

Color information

#112537 (or 0x112537) is unknown color: approx Tangaroa. HEX triplet: 11, 25 and 37. RGB value is (17,37,55). Sum of RGB (Red+Green+Blue) = 17+37+55=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #112537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112537 is #EEDAC8. Grayscale: #202020. Windows color (decimal): -15653577 or 3613969. OLE color: 3613969.

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

Color convert

RGB173755-
CMYK0.690.3300.78
HSL208.42º52.78%14.12%-
HSV(B)208.42º69.09%21.57%-
XYZ1.581.723.86-
YUV33.07140.37116.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 55 (21.88% from 255) = 50.46%
R=15.60%
G=33.94%
B=50.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1737550.690.3300.78208.4252.7814.12
Hex112537452104Ed035e
Octal2145671054101163206516
Binary10001100101110111100010110000101001110110100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112537; }

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

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

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

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

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

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

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

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