#112C45

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

Shades of Tangaroa #112C45

Tints of Tangaroa #112C45

Color information

#112C45 (or 0x112C45) is unknown color: approx Tangaroa. HEX triplet: 11, 2C and 45. RGB value is (17,44,69). Sum of RGB (Red+Green+Blue) = 17+44+69=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #112C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C45 is #EED3BA. Grayscale: #262626. Windows color (decimal): -15651771 or 4533265. OLE color: 4533265.

HSL color Cylindrical-coordinate representation of color #112C45: hue angle of 208.85º 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 #112C45 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB174469-
CMYK0.750.3600.73
HSL208.85º60.47%16.86%-
HSV(B)208.85º75.36%27.06%-
XYZ2.212.355.97-
YUV38.78145.05112.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 69 (27.34% from 255) = 53.08%
R=13.08%
G=33.85%
B=53.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1744690.750.3600.73208.8560.4716.86
Hex112C454B24049d13c11
Octal21541051134401113217421
Binary1000110110010001011001011100100010010011101000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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