#072047

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

Shades of Tangaroa #072047

Tints of Tangaroa #072047

Color information

#072047 (or 0x072047) is unknown color: approx Tangaroa. HEX triplet: 07, 20 and 47. RGB value is (7,32,71). Sum of RGB (Red+Green+Blue) = 7+32+71=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #072047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072047 is #F8DFB8. Grayscale: #1C1C1C. Windows color (decimal): -16310201 or 4661255. OLE color: 4661255.

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

Color convert

RGB73271-
CMYK0.900.5500.72
HSL216.56º82.05%15.29%-
HSV(B)216.56º90.14%27.84%-
XYZ1.741.536.17-
YUV28.97151.72112.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=6.36%
G=29.09%
B=64.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal732710.900.5500.72216.5682.0515.29
Hex720475A37048d952f
Octal74010713267011033112217
Binary11110000010001111011010110111010010001101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072047; }

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

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

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

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

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

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

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

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