#112C41

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

Shades of Tangaroa #112C41

Tints of Tangaroa #112C41

Color information

#112C41 (or 0x112C41) is unknown color: approx Tangaroa. HEX triplet: 11, 2C and 41. RGB value is (17,44,65). Sum of RGB (Red+Green+Blue) = 17+44+65=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #112C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C41 is #EED3BE. Grayscale: #262626. Windows color (decimal): -15651775 or 4271121. OLE color: 4271121.

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

Color convert

RGB174465-
CMYK0.740.3200.75
HSL206.25º58.54%16.08%-
HSV(B)206.25º73.85%25.49%-
XYZ2.092.35.34-
YUV38.32143.05112.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=13.49%
G=34.92%
B=51.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1744650.740.3200.75206.2558.5416.08
Hex112C414A2004Bce3b10
Octal21541011124001133167320
Binary1000110110010000011001010100000010010111100111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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