#072547

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

Shades of Tangaroa #072547

Tints of Tangaroa #072547

Color information

#072547 (or 0x072547) is unknown color: approx Tangaroa. HEX triplet: 07, 25 and 47. RGB value is (7,37,71). Sum of RGB (Red+Green+Blue) = 7+37+71=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #072547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072547 is #F8DAB8. Grayscale: #1F1F1F. Windows color (decimal): -16308921 or 4662535. OLE color: 4662535.

HSL color Cylindrical-coordinate representation of color #072547: hue angle of 211.88º 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 #072547 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB73771-
CMYK0.900.4800.72
HSL211.88º82.05%15.29%-
HSV(B)211.88º90.14%27.84%-
XYZ1.891.826.21-
YUV31.91150.06110.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=6.09%
G=32.17%
B=61.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal737710.900.4800.72211.8882.0515.29
Hex725475A30048d452f
Octal74510713260011032412217
Binary11110010110001111011010110000010010001101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072547; }

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

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

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

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

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

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

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

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