#10293C

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

Shades of Tangaroa #10293C

Tints of Tangaroa #10293C

Color information

#10293C (or 0x10293C) is unknown color: approx Tangaroa. HEX triplet: 10, 29 and 3C. RGB value is (16,41,60). Sum of RGB (Red+Green+Blue) = 16+41+60=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #10293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10293C is #EFD6C3. Grayscale: #232323. Windows color (decimal): -15718084 or 3942672. OLE color: 3942672.

HSL color Cylindrical-coordinate representation of color #10293C: hue angle of 205.91º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10293C is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB164160-
CMYK0.730.3200.76
HSL205.91º57.89%14.9%-
HSV(B)205.91º73.33%23.53%-
XYZ1.822.024.57-
YUV35.69141.72113.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 60 (23.83% from 255) = 51.28%
R=13.68%
G=35.04%
B=51.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1641600.730.3200.76205.9157.8914.9
Hex10293C492004Cce3af
Octal2051741114001143167217
Binary10000101001111100100100110000001001100110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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