#10293D

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

Shades of Tangaroa #10293D

Tints of Tangaroa #10293D

Color information

#10293D (or 0x10293D) is unknown color: approx Tangaroa. HEX triplet: 10, 29 and 3D. RGB value is (16,41,61). Sum of RGB (Red+Green+Blue) = 16+41+61=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #10293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10293D is #EFD6C2. Grayscale: #232323. Windows color (decimal): -15718083 or 4008208. OLE color: 4008208.

HSL color Cylindrical-coordinate representation of color #10293D: hue angle of 206.67º degrees, saturation: 0.58, 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 #10293D is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB164161-
CMYK0.740.3300.76
HSL206.67º58.44%15.1%-
HSV(B)206.67º73.77%23.92%-
XYZ1.852.034.71-
YUV35.8142.22113.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=13.56%
G=34.75%
B=51.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1641610.740.3300.76206.6758.4415.1
Hex10293D4A2104Ccf3af
Octal2051751124101143177217
Binary10000101001111101100101010000101001100110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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