#112C44

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

Shades of Tangaroa #112C44

Tints of Tangaroa #112C44

Color information

#112C44 (or 0x112C44) is unknown color: approx Tangaroa. HEX triplet: 11, 2C and 44. RGB value is (17,44,68). Sum of RGB (Red+Green+Blue) = 17+44+68=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #112C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C44 is #EED3BB. Grayscale: #262626. Windows color (decimal): -15651772 or 4467729. OLE color: 4467729.

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

Color convert

RGB174468-
CMYK0.750.3500.73
HSL208.24º60%16.67%-
HSV(B)208.24º75%26.67%-
XYZ2.182.345.81-
YUV38.66144.55112.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 68 (26.95% from 255) = 52.71%
R=13.18%
G=34.11%
B=52.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1744680.750.3500.73208.246016.67
Hex112C444B23049d03c11
Octal21541041134301113207421
Binary1000110110010001001001011100011010010011101000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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