#112840

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

Shades of Tangaroa #112840

Tints of Tangaroa #112840

Color information

#112840 (or 0x112840) is unknown color: approx Tangaroa. HEX triplet: 11, 28 and 40. RGB value is (17,40,64). Sum of RGB (Red+Green+Blue) = 17+40+64=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #112840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112840 is #EED7BF. Grayscale: #232323. Windows color (decimal): -15652800 or 4204561. OLE color: 4204561.

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

Color convert

RGB174064-
CMYK0.730.3800.75
HSL210.64º58.02%15.88%-
HSV(B)210.64º73.44%25.1%-
XYZ1.922.015.14-
YUV35.86143.88114.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=14.05%
G=33.06%
B=52.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1740640.730.3800.75210.6458.0215.88
Hex112840492604Bd33a10
Octal21501001114601133237220
Binary1000110100010000001001001100110010010111101001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112840; }

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

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

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

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

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

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

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

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