#112C3F

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

Shades of Tangaroa #112C3F

Tints of Tangaroa #112C3F

Color information

#112C3F (or 0x112C3F) is unknown color: approx Tangaroa. HEX triplet: 11, 2C and 3F. RGB value is (17,44,63). Sum of RGB (Red+Green+Blue) = 17+44+63=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #112C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C3F is #EED3C0. Grayscale: #252525. Windows color (decimal): -15651777 or 4140049. OLE color: 4140049.

HSL color Cylindrical-coordinate representation of color #112C3F: hue angle of 204.78º 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 #112C3F is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB174463-
CMYK0.730.3000.75
HSL204.78º57.5%15.69%-
HSV(B)204.78º73.02%24.71%-
XYZ2.032.285.04-
YUV38.09142.05112.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 63 (25% from 255) = 50.81%
R=13.71%
G=35.48%
B=50.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1744630.730.3000.75204.7857.515.69
Hex112C3F491E04Bcd3a10
Octal2154771113601133157220
Binary10001101100111111100100111110010010111100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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