#072A43

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

Shades of Tangaroa #072A43

Tints of Tangaroa #072A43

Color information

#072A43 (or 0x072A43) is unknown color: approx Tangaroa. HEX triplet: 07, 2A and 43. RGB value is (7,42,67). Sum of RGB (Red+Green+Blue) = 7+42+67=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #072A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A43 is #F8D5BC. Grayscale: #222222. Windows color (decimal): -16307645 or 4401671. OLE color: 4401671.

HSL color Cylindrical-coordinate representation of color #072A43: hue angle of 205º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072A43 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB74267-
CMYK0.900.3700.74
HSL205º81.08%14.51%-
HSV(B)205º89.55%26.27%-
XYZ1.932.115.62-
YUV34.38146.4108.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 67 (26.56% from 255) = 57.76%
R=6.03%
G=36.21%
B=57.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal742670.900.3700.7420581.0814.51
Hex72A435A2504Acd51f
Octal75210313245011231512117
Binary11110101010000111011010100101010010101100110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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