#072240

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

Shades of Tangaroa #072240

Tints of Tangaroa #072240

Color information

#072240 (or 0x072240) is unknown color: approx Tangaroa. HEX triplet: 07, 22 and 40. RGB value is (7,34,64). Sum of RGB (Red+Green+Blue) = 7+34+64=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #072240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072240 is #F8DDBF. Grayscale: #1D1D1D. Windows color (decimal): -16309696 or 4203015. OLE color: 4203015.

HSL color Cylindrical-coordinate representation of color #072240: hue angle of 211.58º 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 #072240 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB73464-
CMYK0.890.4700.75
HSL211.58º80.28%13.92%-
HSV(B)211.58º89.06%25.1%-
XYZ1.591.565.07-
YUV29.35147.55112.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=6.67%
G=32.38%
B=60.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal734640.890.4700.75211.5880.2813.92
Hex72240592F04Bd450e
Octal74210013157011332412016
Binary11110001010000001011001101111010010111101010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072240; }

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

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

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

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

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

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

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

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