#072449

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

Shades of Tangaroa #072449

Tints of Tangaroa #072449

Color information

#072449 (or 0x072449) is unknown color: approx Tangaroa. HEX triplet: 07, 24 and 49. RGB value is (7,36,73). Sum of RGB (Red+Green+Blue) = 7+36+73=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #072449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072449 is #F8DBB6. Grayscale: #1F1F1F. Windows color (decimal): -16309175 or 4793351. OLE color: 4793351.

HSL color Cylindrical-coordinate representation of color #072449: hue angle of 213.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072449 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73673-
CMYK0.900.5100.71
HSL213.64º82.5%15.69%-
HSV(B)213.64º90.41%28.63%-
XYZ1.921.796.55-
YUV31.55151.39110.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 73 (28.91% from 255) = 62.93%
R=6.03%
G=31.03%
B=62.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal736730.900.5100.71213.6482.515.69
Hex724495A33047d65210
Octal74411113263010732612220
Binary111100100100100110110101100110100011111010110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072449; }

 p { color: rgb(7,36,73); }

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

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

 a { background-color: rgb(7,36,73); }

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

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

 span { border-color: rgb(7,36,73); }

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