#112540

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

Shades of Tangaroa #112540

Tints of Tangaroa #112540

Color information

#112540 (or 0x112540) is unknown color: approx Tangaroa. HEX triplet: 11, 25 and 40. RGB value is (17,37,64). Sum of RGB (Red+Green+Blue) = 17+37+64=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #112540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112540 is #EEDABF. Grayscale: #212121. Windows color (decimal): -15653568 or 4203793. OLE color: 4203793.

HSL color Cylindrical-coordinate representation of color #112540: hue angle of 214.47º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112540 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173764-
CMYK0.730.4200.75
HSL214.47º58.02%15.88%-
HSV(B)214.47º73.44%25.1%-
XYZ1.821.815.1-
YUV34.1144.87115.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=14.41%
G=31.36%
B=54.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1737640.730.4200.75214.4758.0215.88
Hex112540492A04Bd63a10
Octal21451001115201133267220
Binary1000110010110000001001001101010010010111101011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112540; }

 p { color: rgb(17,37,64); }

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

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

 a { background-color: rgb(17,37,64); }

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

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

 span { border-color: rgb(17,37,64); }

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