#112842

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

Shades of Tangaroa #112842

Tints of Tangaroa #112842

Color information

#112842 (or 0x112842) is unknown color: approx Tangaroa. HEX triplet: 11, 28 and 42. RGB value is (17,40,66). Sum of RGB (Red+Green+Blue) = 17+40+66=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #112842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112842 is #EED7BD. Grayscale: #232323. Windows color (decimal): -15652798 or 4335633. OLE color: 4335633.

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

Color convert

RGB174066-
CMYK0.740.3900.74
HSL211.84º59.04%16.27%-
HSV(B)211.84º74.24%25.88%-
XYZ1.972.035.44-
YUV36.09144.88114.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=13.82%
G=32.52%
B=53.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1740660.740.3900.74211.8459.0416.27
Hex1128424A2704Ad43b10
Octal21501021124701123247320
Binary1000110100010000101001010100111010010101101010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112842; }

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

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

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

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

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

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

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

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