#10293A

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

Shades of Tangaroa #10293A

Tints of Tangaroa #10293A

Color information

#10293A (or 0x10293A) is unknown color: approx Tangaroa. HEX triplet: 10, 29 and 3A. RGB value is (16,41,58). Sum of RGB (Red+Green+Blue) = 16+41+58=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #10293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10293A is #EFD6C5. Grayscale: #232323. Windows color (decimal): -15718086 or 3811600. OLE color: 3811600.

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

Color convert

RGB164158-
CMYK0.720.2900.77
HSL204.29º56.76%14.51%-
HSV(B)204.29º72.41%22.75%-
XYZ1.7724.3-
YUV35.46140.72114.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=13.91%
G=35.65%
B=50.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1641580.720.2900.77204.2956.7614.51
Hex10293A481D04Dcc39f
Octal2051721103501153147117
Binary1000010100111101010010001110101001101110011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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