#112942

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

Shades of Tangaroa #112942

Tints of Tangaroa #112942

Color information

#112942 (or 0x112942) is unknown color: approx Tangaroa. HEX triplet: 11, 29 and 42. RGB value is (17,41,66). Sum of RGB (Red+Green+Blue) = 17+41+66=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #112942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112942 is #EED6BD. Grayscale: #242424. Windows color (decimal): -15652542 or 4335889. OLE color: 4335889.

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

Color convert

RGB174166-
CMYK0.740.3800.74
HSL210.61º59.04%16.27%-
HSV(B)210.61º74.24%25.88%-
XYZ2.012.15.45-
YUV36.67144.55113.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 66 (26.17% from 255) = 53.23%
R=13.71%
G=33.06%
B=53.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1741660.740.3800.74210.6159.0416.27
Hex1129424A2604Ad33b10
Octal21511021124601123237320
Binary1000110100110000101001010100110010010101101001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112942; }

 p { color: rgb(17,41,66); }

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

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

 a { background-color: rgb(17,41,66); }

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

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

 span { border-color: rgb(17,41,66); }

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