#16283A

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

Shades of Tangaroa #16283A

Tints of Tangaroa #16283A

Color information

#16283A (or 0x16283A) is unknown color: approx Tangaroa. HEX triplet: 16, 28 and 3A. RGB value is (22,40,58). Sum of RGB (Red+Green+Blue) = 22+40+58=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #16283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16283A is #E9D7C5. Grayscale: #242424. Windows color (decimal): -15325126 or 3811350. OLE color: 3811350.

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

Color convert

RGB224058-
CMYK0.620.3100.77
HSL210º45%15.69%-
HSV(B)210º62.07%22.75%-
XYZ1.851.994.29-
YUV36.67140.04117.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=18.33%
G=33.33%
B=48.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2240580.620.3100.772104515.69
Hex16283A3E1F04Dd22d10
Octal265072763701153225520
Binary1011010100011101011111011111010011011101001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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