#072A40

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

Shades of Tangaroa #072A40

Tints of Tangaroa #072A40

Color information

#072A40 (or 0x072A40) is unknown color: approx Tangaroa. HEX triplet: 07, 2A and 40. RGB value is (7,42,64). Sum of RGB (Red+Green+Blue) = 7+42+64=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #072A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A40 is #F8D5BF. Grayscale: #212121. Windows color (decimal): -16307648 or 4205063. OLE color: 4205063.

HSL color Cylindrical-coordinate representation of color #072A40: hue angle of 203.16º 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 #072A40 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74264-
CMYK0.890.3400.75
HSL203.16º80.28%13.92%-
HSV(B)203.16º89.06%25.1%-
XYZ1.842.075.15-
YUV34.04144.9108.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=6.19%
G=37.17%
B=56.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal742640.890.3400.75203.1680.2813.92
Hex72A40592204Bcb50e
Octal75210013142011331312016
Binary11110101010000001011001100010010010111100101110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072A40; }

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

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

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

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

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

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

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

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