#112A43

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

Shades of Tangaroa #112A43

Tints of Tangaroa #112A43

Color information

#112A43 (or 0x112A43) is unknown color: approx Tangaroa. HEX triplet: 11, 2A and 43. RGB value is (17,42,67). Sum of RGB (Red+Green+Blue) = 17+42+67=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #112A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A43 is #EED5BC. Grayscale: #252525. Windows color (decimal): -15652285 or 4401681. OLE color: 4401681.

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

Color convert

RGB174267-
CMYK0.750.3700.74
HSL210º59.52%16.47%-
HSV(B)210º74.63%26.27%-
XYZ2.072.185.62-
YUV37.38144.72113.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 67 (26.56% from 255) = 53.17%
R=13.49%
G=33.33%
B=53.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1742670.750.3700.7421059.5216.47
Hex112A434B2504Ad23c10
Octal21521031134501123227420
Binary1000110101010000111001011100101010010101101001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,67); }

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

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

 a { background-color: rgb(17,42,67); }

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

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

 span { border-color: rgb(17,42,67); }

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