#16253A

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

Shades of Tangaroa #16253A

Tints of Tangaroa #16253A

Color information

#16253A (or 0x16253A) is unknown color: approx Tangaroa. HEX triplet: 16, 25 and 3A. RGB value is (22,37,58). Sum of RGB (Red+Green+Blue) = 22+37+58=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #16253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16253A is #E9DAC5. Grayscale: #222222. Windows color (decimal): -15325894 or 3810582. OLE color: 3810582.

HSL color Cylindrical-coordinate representation of color #16253A: hue angle of 215º 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 #16253A is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB223758-
CMYK0.620.3600.77
HSL215º45%15.69%-
HSV(B)215º62.07%22.75%-
XYZ1.761.84.26-
YUV34.91141.03118.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=18.80%
G=31.62%
B=49.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2237580.620.3600.772154515.69
Hex16253A3E2404Dd72d10
Octal264572764401153275520
Binary10110100101111010111110100100010011011101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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