#16263A

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

Shades of Tangaroa #16263A

Tints of Tangaroa #16263A

Color information

#16263A (or 0x16263A) is unknown color: approx Tangaroa. HEX triplet: 16, 26 and 3A. RGB value is (22,38,58). Sum of RGB (Red+Green+Blue) = 22+38+58=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #16263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16263A is #E9D9C5. Grayscale: #232323. Windows color (decimal): -15325638 or 3810838. OLE color: 3810838.

HSL color Cylindrical-coordinate representation of color #16263A: hue angle of 213.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #16263A is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB223858-
CMYK0.620.3400.77
HSL213.33º45%15.69%-
HSV(B)213.33º62.07%22.75%-
XYZ1.791.864.27-
YUV35.5140.7118.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 58 (23.05% from 255) = 49.15%
R=18.64%
G=32.20%
B=49.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2238580.620.3400.77213.334515.69
Hex16263A3E2204Dd52d10
Octal264672764201153255520
Binary10110100110111010111110100010010011011101010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,38,58); }

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

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

 a { background-color: rgb(22,38,58); }

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

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

 span { border-color: rgb(22,38,58); }

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