#072940

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

Shades of Tangaroa #072940

Tints of Tangaroa #072940

Color information

#072940 (or 0x072940) is unknown color: approx Tangaroa. HEX triplet: 07, 29 and 40. RGB value is (7,41,64). Sum of RGB (Red+Green+Blue) = 7+41+64=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #072940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072940 is #F8D6BF. Grayscale: #212121. Windows color (decimal): -16307904 or 4204807. OLE color: 4204807.

HSL color Cylindrical-coordinate representation of color #072940: hue angle of 204.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072940 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74164-
CMYK0.890.3600.75
HSL204.21º80.28%13.92%-
HSV(B)204.21º89.06%25.1%-
XYZ1.8125.14-
YUV33.46145.24109.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 64 (25.39% from 255) = 57.14%
R=6.25%
G=36.61%
B=57.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal741640.890.3600.75204.2180.2813.92
Hex72940592404Bcc50e
Octal75110013144011331412016
Binary11110100110000001011001100100010010111100110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072940; }

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

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

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

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

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

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

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

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