#072641

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

Shades of Tangaroa #072641

Tints of Tangaroa #072641

Color information

#072641 (or 0x072641) is unknown color: approx Tangaroa. HEX triplet: 07, 26 and 41. RGB value is (7,38,65). Sum of RGB (Red+Green+Blue) = 7+38+65=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #072641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072641 is #F8D9BE. Grayscale: #1F1F1F. Windows color (decimal): -16308671 or 4269575. OLE color: 4269575.

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

Color convert

RGB73865-
CMYK0.890.4200.75
HSL207.93º80.56%14.12%-
HSV(B)207.93º89.23%25.49%-
XYZ1.731.815.26-
YUV31.81146.73110.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 65 (25.78% from 255) = 59.09%
R=6.36%
G=34.55%
B=59.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal738650.890.4200.75207.9380.5614.12
Hex72641592A04Bd051e
Octal74610113152011332012116
Binary11110011010000011011001101010010010111101000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072641; }

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

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

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

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

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

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

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

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