#10293E

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

Shades of Tangaroa #10293E

Tints of Tangaroa #10293E

Color information

#10293E (or 0x10293E) is unknown color: approx Tangaroa. HEX triplet: 10, 29 and 3E. RGB value is (16,41,62). Sum of RGB (Red+Green+Blue) = 16+41+62=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #10293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10293E is #EFD6C1. Grayscale: #232323. Windows color (decimal): -15718082 or 4073744. OLE color: 4073744.

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

Color convert

RGB164162-
CMYK0.740.3400.76
HSL207.39º58.97%15.29%-
HSV(B)207.39º74.19%24.31%-
XYZ1.882.044.85-
YUV35.92142.72113.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 62 (24.61% from 255) = 52.10%
R=13.45%
G=34.45%
B=52.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1641620.740.3400.76207.3958.9715.29
Hex10293E4A2204Ccf3bf
Octal2051761124201143177317
Binary10000101001111110100101010001001001100110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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