#112636

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

Shades of Tangaroa #112636

Tints of Tangaroa #112636

Color information

#112636 (or 0x112636) is unknown color: approx Tangaroa. HEX triplet: 11, 26 and 36. RGB value is (17,38,54). Sum of RGB (Red+Green+Blue) = 17+38+54=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #112636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112636 is #EED9C9. Grayscale: #212121. Windows color (decimal): -15653322 or 3548689. OLE color: 3548689.

HSL color Cylindrical-coordinate representation of color #112636: hue angle of 205.95º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112636 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB173854-
CMYK0.690.3000.79
HSL205.95º52.11%13.92%-
HSV(B)205.95º68.52%21.18%-
XYZ1.591.773.75-
YUV33.54139.54116.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=15.60%
G=34.86%
B=49.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1738540.690.3000.79205.9552.1113.92
Hex112636451E04Fce34e
Octal2146661053601173166416
Binary1000110011011011010001011111001001111110011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112636; }

 p { color: rgb(17,38,54); }

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

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

 a { background-color: rgb(17,38,54); }

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

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

 span { border-color: rgb(17,38,54); }

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