#072440

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

Shades of Tangaroa #072440

Tints of Tangaroa #072440

Color information

#072440 (or 0x072440) is unknown color: approx Tangaroa. HEX triplet: 07, 24 and 40. RGB value is (7,36,64). Sum of RGB (Red+Green+Blue) = 7+36+64=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #072440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072440 is #F8DBBF. Grayscale: #1E1E1E. Windows color (decimal): -16309184 or 4203527. OLE color: 4203527.

HSL color Cylindrical-coordinate representation of color #072440: hue angle of 209.47º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072440 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB73664-
CMYK0.890.4400.75
HSL209.47º80.28%13.92%-
HSV(B)209.47º89.06%25.1%-
XYZ1.641.685.09-
YUV30.52146.89111.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=6.54%
G=33.64%
B=59.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal736640.890.4400.75209.4780.2813.92
Hex72440592C04Bd150e
Octal74410013154011332112016
Binary11110010010000001011001101100010010111101000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072440; }

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

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

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

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

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

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

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

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