#112435

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

Shades of Tangaroa #112435

Tints of Tangaroa #112435

Color information

#112435 (or 0x112435) is unknown color: approx Tangaroa. HEX triplet: 11, 24 and 35. RGB value is (17,36,53). Sum of RGB (Red+Green+Blue) = 17+36+53=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #112435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112435 is #EEDBCA. Grayscale: #202020. Windows color (decimal): -15653835 or 3482641. OLE color: 3482641.

HSL color Cylindrical-coordinate representation of color #112435: hue angle of 208.33º 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 #112435 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB173653-
CMYK0.680.3200.79
HSL208.33º51.43%13.73%-
HSV(B)208.33º67.92%20.78%-
XYZ1.51.643.61-
YUV32.26139.71117.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 53 (21.09% from 255) = 50%
R=16.04%
G=33.96%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1736530.680.3200.79208.3351.4313.73
Hex112435442004Fd033e
Octal2144651044001173206316
Binary10001100100110101100010010000001001111110100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112435; }

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

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

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

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

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

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

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

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