#072640

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

Shades of Tangaroa #072640

Tints of Tangaroa #072640

Color information

#072640 (or 0x072640) is unknown color: approx Tangaroa. HEX triplet: 07, 26 and 40. RGB value is (7,38,64). Sum of RGB (Red+Green+Blue) = 7+38+64=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #072640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072640 is #F8D9BF. Grayscale: #1F1F1F. Windows color (decimal): -16308672 or 4204039. OLE color: 4204039.

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

Color convert

RGB73864-
CMYK0.890.4100.75
HSL207.37º80.28%13.92%-
HSV(B)207.37º89.06%25.1%-
XYZ1.711.85.11-
YUV31.69146.23110.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 64 (25.39% from 255) = 58.72%
R=6.42%
G=34.86%
B=58.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal738640.890.4100.75207.3780.2813.92
Hex72640592904Bcf50e
Octal74610013151011331712016
Binary11110011010000001011001101001010010111100111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072640; }

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

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

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

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

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

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

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

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