#112743

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

Shades of Tangaroa #112743

Tints of Tangaroa #112743

Color information

#112743 (or 0x112743) is unknown color: approx Tangaroa. HEX triplet: 11, 27 and 43. RGB value is (17,39,67). Sum of RGB (Red+Green+Blue) = 17+39+67=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #112743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112743 is #EED8BC. Grayscale: #232323. Windows color (decimal): -15653053 or 4400913. OLE color: 4400913.

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

Color convert

RGB173967-
CMYK0.750.4200.74
HSL213.6º59.52%16.47%-
HSV(B)213.6º74.63%26.27%-
XYZ1.971.985.59-
YUV35.61145.71114.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 67 (26.56% from 255) = 54.47%
R=13.82%
G=31.71%
B=54.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1739670.750.4200.74213.659.5216.47
Hex1127434B2A04Ad63c10
Octal21471031135201123267420
Binary1000110011110000111001011101010010010101101011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112743; }

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

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

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

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

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

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

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

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