#072147

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

Shades of Tangaroa #072147

Tints of Tangaroa #072147

Color information

#072147 (or 0x072147) is unknown color: approx Tangaroa. HEX triplet: 07, 21 and 47. RGB value is (7,33,71). Sum of RGB (Red+Green+Blue) = 7+33+71=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #072147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072147 is #F8DEB8. Grayscale: #1D1D1D. Windows color (decimal): -16309945 or 4661511. OLE color: 4661511.

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

Color convert

RGB73371-
CMYK0.900.5400.72
HSL215.62º82.05%15.29%-
HSV(B)215.62º90.14%27.84%-
XYZ1.771.596.17-
YUV29.56151.39111.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 71 (28.12% from 255) = 63.96%
R=6.31%
G=29.73%
B=63.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal733710.900.5400.72215.6282.0515.29
Hex721475A36048d852f
Octal74110713266011033012217
Binary11110000110001111011010110110010010001101100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072147; }

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

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

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

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

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

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

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

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