#11293A

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

Shades of Tangaroa #11293A

Tints of Tangaroa #11293A

Color information

#11293A (or 0x11293A) is unknown color: approx Tangaroa. HEX triplet: 11, 29 and 3A. RGB value is (17,41,58). Sum of RGB (Red+Green+Blue) = 17+41+58=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #11293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11293A is #EED6C5. Grayscale: #232323. Windows color (decimal): -15652550 or 3811601. OLE color: 3811601.

HSL color Cylindrical-coordinate representation of color #11293A: hue angle of 204.88º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11293A is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB174158-
CMYK0.710.2900.77
HSL204.88º54.67%14.71%-
HSV(B)204.88º70.69%22.75%-
XYZ1.792.014.3-
YUV35.76140.55114.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 58 (23.05% from 255) = 50%
R=14.66%
G=35.34%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1741580.710.2900.77204.8854.6714.71
Hex11293A471D04Dcd37f
Octal2151721073501153156717
Binary1000110100111101010001111110101001101110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11293A; }

 p { color: rgb(17,41,58); }

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

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

 a { background-color: rgb(17,41,58); }

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

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

 span { border-color: rgb(17,41,58); }

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