#072539

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

Shades of Tangaroa #072539

Tints of Tangaroa #072539

Color information

#072539 (or 0x072539) is unknown color: approx Tangaroa. HEX triplet: 07, 25 and 39. RGB value is (7,37,57). Sum of RGB (Red+Green+Blue) = 7+37+57=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #072539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072539 is #F8DAC6. Grayscale: #1E1E1E. Windows color (decimal): -16308935 or 3745031. OLE color: 3745031.

HSL color Cylindrical-coordinate representation of color #072539: hue angle of 204º 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 #072539 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB73757-
CMYK0.880.3500.78
HSL204º78.12%12.55%-
HSV(B)204º87.72%22.35%-
XYZ1.491.664.11-
YUV30.31143.06111.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=6.93%
G=36.63%
B=56.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal737570.880.3500.7820478.1212.55
Hex72539582304Ecc4ed
Octal7457113043011631411615
Binary1111001011110011011000100011010011101100110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072539; }

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

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

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

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

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

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

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

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