#072939

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

Shades of Tangaroa #072939

Tints of Tangaroa #072939

Color information

#072939 (or 0x072939) is unknown color: approx Tangaroa. HEX triplet: 07, 29 and 39. RGB value is (7,41,57). Sum of RGB (Red+Green+Blue) = 7+41+57=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #072939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072939 is #F8D6C6. Grayscale: #202020. Windows color (decimal): -16307911 or 3746055. OLE color: 3746055.

HSL color Cylindrical-coordinate representation of color #072939: hue angle of 199.2º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072939 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB74157-
CMYK0.880.2800.78
HSL199.2º78.12%12.55%-
HSV(B)199.2º87.72%22.35%-
XYZ1.621.934.16-
YUV32.66141.74109.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 57 (22.66% from 255) = 54.29%
R=6.67%
G=39.05%
B=54.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal741570.880.2800.78199.278.1212.55
Hex72939581C04Ec74ed
Octal7517113034011630711615
Binary111101001111001101100011100010011101100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072939; }

 p { color: rgb(7,41,57); }

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

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

 a { background-color: rgb(7,41,57); }

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

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

 span { border-color: rgb(7,41,57); }

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