#112742

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

Shades of Tangaroa #112742

Tints of Tangaroa #112742

Color information

#112742 (or 0x112742) is unknown color: approx Tangaroa. HEX triplet: 11, 27 and 42. RGB value is (17,39,66). Sum of RGB (Red+Green+Blue) = 17+39+66=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #112742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112742 is #EED8BD. Grayscale: #232323. Windows color (decimal): -15653054 or 4335377. OLE color: 4335377.

HSL color Cylindrical-coordinate representation of color #112742: hue angle of 213.06º 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 #112742 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB173966-
CMYK0.740.4100.74
HSL213.06º59.04%16.27%-
HSV(B)213.06º74.24%25.88%-
XYZ1.941.965.43-
YUV35.5145.21114.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 66 (26.17% from 255) = 54.10%
R=13.93%
G=31.97%
B=54.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1739660.740.4100.74213.0659.0416.27
Hex1127424A2904Ad53b10
Octal21471021125101123257320
Binary1000110011110000101001010101001010010101101010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112742; }

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

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

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

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

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

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

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

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