#112E3F

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

Shades of Tangaroa #112E3F

Tints of Tangaroa #112E3F

Color information

#112E3F (or 0x112E3F) is unknown color: approx Tangaroa. HEX triplet: 11, 2E and 3F. RGB value is (17,46,63). Sum of RGB (Red+Green+Blue) = 17+46+63=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #112E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E3F is #EED1C0. Grayscale: #272727. Windows color (decimal): -15651265 or 4140561. OLE color: 4140561.

HSL color Cylindrical-coordinate representation of color #112E3F: hue angle of 202.17º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112E3F is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB174663-
CMYK0.730.2700.75
HSL202.17º57.5%15.69%-
HSV(B)202.17º73.02%24.71%-
XYZ2.112.435.06-
YUV39.27141.39112.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 63 (25% from 255) = 50%
R=13.49%
G=36.51%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1746630.730.2700.75202.1757.515.69
Hex112E3F491B04Bca3a10
Octal2156771113301133127220
Binary10001101110111111100100111011010010111100101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,63); }

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

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

 a { background-color: rgb(17,46,63); }

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

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

 span { border-color: rgb(17,46,63); }

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