#10273D

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

Shades of Tangaroa #10273D

Tints of Tangaroa #10273D

Color information

#10273D (or 0x10273D) is unknown color: approx Tangaroa. HEX triplet: 10, 27 and 3D. RGB value is (16,39,61). Sum of RGB (Red+Green+Blue) = 16+39+61=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #10273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10273D is #EFD8C2. Grayscale: #222222. Windows color (decimal): -15718595 or 4007696. OLE color: 4007696.

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

Color convert

RGB163961-
CMYK0.740.3600.76
HSL209.33º58.44%15.1%-
HSV(B)209.33º73.77%23.92%-
XYZ1.781.94.69-
YUV34.63142.88114.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=13.79%
G=33.62%
B=52.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1639610.740.3600.76209.3358.4415.1
Hex10273D4A2404Cd13af
Octal2047751124401143217217
Binary10000100111111101100101010010001001100110100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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