#112035

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

Shades of Tangaroa #112035

Tints of Tangaroa #112035

Color information

#112035 (or 0x112035) is unknown color: approx Tangaroa. HEX triplet: 11, 20 and 35. RGB value is (17,32,53). Sum of RGB (Red+Green+Blue) = 17+32+53=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #112035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112035 is #EEDFCA. Grayscale: #1D1D1D. Windows color (decimal): -15654859 or 3481617. OLE color: 3481617.

HSL color Cylindrical-coordinate representation of color #112035: hue angle of 215º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #112035 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB173253-
CMYK0.680.4000.79
HSL215º51.43%13.73%-
HSV(B)215º67.92%20.78%-
XYZ1.391.413.57-
YUV29.91141.03118.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 53 (21.09% from 255) = 51.96%
R=16.67%
G=31.37%
B=51.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1732530.680.4000.7921551.4313.73
Hex112035442804Fd733e
Octal2140651045001173276316
Binary10001100000110101100010010100001001111110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112035; }

 p { color: rgb(17,32,53); }

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

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

 a { background-color: rgb(17,32,53); }

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

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

 span { border-color: rgb(17,32,53); }

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