#072A47

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

Shades of Tangaroa #072A47

Tints of Tangaroa #072A47

Color information

#072A47 (or 0x072A47) is unknown color: approx Tangaroa. HEX triplet: 07, 2A and 47. RGB value is (7,42,71). Sum of RGB (Red+Green+Blue) = 7+42+71=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #072A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A47 is #F8D5B8. Grayscale: #222222. Windows color (decimal): -16307641 or 4663815. OLE color: 4663815.

HSL color Cylindrical-coordinate representation of color #072A47: hue angle of 207.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072A47 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB74271-
CMYK0.900.4100.72
HSL207.19º82.05%15.29%-
HSV(B)207.19º90.14%27.84%-
XYZ2.052.166.27-
YUV34.84148.4108.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 71 (28.12% from 255) = 59.17%
R=5.83%
G=35%
B=59.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal742710.900.4100.72207.1982.0515.29
Hex72A475A29048cf52f
Octal75210713251011031712217
Binary11110101010001111011010101001010010001100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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