#112945

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

Shades of Tangaroa #112945

Tints of Tangaroa #112945

Color information

#112945 (or 0x112945) is unknown color: approx Tangaroa. HEX triplet: 11, 29 and 45. RGB value is (17,41,69). Sum of RGB (Red+Green+Blue) = 17+41+69=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #112945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112945 is #EED6BA. Grayscale: #242424. Windows color (decimal): -15652539 or 4532497. OLE color: 4532497.

HSL color Cylindrical-coordinate representation of color #112945: hue angle of 212.31º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112945 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB174169-
CMYK0.750.4100.73
HSL212.31º60.47%16.86%-
HSV(B)212.31º75.36%27.06%-
XYZ2.12.135.93-
YUV37.02146.05113.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 69 (27.34% from 255) = 54.33%
R=13.39%
G=32.28%
B=54.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1741690.750.4100.73212.3160.4716.86
Hex1129454B29049d43c11
Octal21511051135101113247421
Binary1000110100110001011001011101001010010011101010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112945; }

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

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

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

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

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

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

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

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