#072046

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

Shades of Tangaroa #072046

Tints of Tangaroa #072046

Color information

#072046 (or 0x072046) is unknown color: approx Tangaroa. HEX triplet: 07, 20 and 46. RGB value is (7,32,70). Sum of RGB (Red+Green+Blue) = 7+32+70=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #072046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072046 is #F8DFB9. Grayscale: #1C1C1C. Windows color (decimal): -16310202 or 4595719. OLE color: 4595719.

HSL color Cylindrical-coordinate representation of color #072046: hue angle of 216.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072046 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB73270-
CMYK0.900.5400.73
HSL216.19º81.82%15.1%-
HSV(B)216.19º90%27.45%-
XYZ1.711.526-
YUV28.86151.22112.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 70 (27.73% from 255) = 64.22%
R=6.42%
G=29.36%
B=64.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal732700.900.5400.73216.1981.8215.1
Hex720465A36049d852f
Octal74010613266011133012217
Binary11110000010001101011010110110010010011101100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072046; }

 p { color: rgb(7,32,70); }

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

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

 a { background-color: rgb(7,32,70); }

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

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

 span { border-color: rgb(7,32,70); }

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