#16293E

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

Shades of Tangaroa #16293E

Tints of Tangaroa #16293E

Color information

#16293E (or 0x16293E) is unknown color: approx Tangaroa. HEX triplet: 16, 29 and 3E. RGB value is (22,41,62). Sum of RGB (Red+Green+Blue) = 22+41+62=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #16293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16293E is #E9D6C1. Grayscale: #252525. Windows color (decimal): -15324866 or 4073750. OLE color: 4073750.

HSL color Cylindrical-coordinate representation of color #16293E: hue angle of 211.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16293E is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB224162-
CMYK0.650.3400.76
HSL211.5º47.62%16.47%-
HSV(B)211.5º64.52%24.31%-
XYZ1.992.14.86-
YUV37.71141.71116.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 62 (24.61% from 255) = 49.6%
R=17.6%
G=32.8%
B=49.6%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2241620.650.3400.76211.547.6216.47
Hex16293E412204Cd43010
Octal2651761014201143246020
Binary101101010011111101000001100010010011001101010011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16293E; }

 p { color: rgb(22,41,62); }

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

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

 a { background-color: rgb(22,41,62); }

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

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

 span { border-color: rgb(22,41,62); }

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