#072341

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

Shades of Tangaroa #072341

Tints of Tangaroa #072341

Color information

#072341 (or 0x072341) is unknown color: approx Tangaroa. HEX triplet: 07, 23 and 41. RGB value is (7,35,65). Sum of RGB (Red+Green+Blue) = 7+35+65=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #072341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072341 is #F8DCBE. Grayscale: #1D1D1D. Windows color (decimal): -16309439 or 4268807. OLE color: 4268807.

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

Color convert

RGB73565-
CMYK0.890.4600.75
HSL211.03º80.56%14.12%-
HSV(B)211.03º89.23%25.49%-
XYZ1.641.635.23-
YUV30.05147.72111.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=6.54%
G=32.71%
B=60.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal735650.890.4600.75211.0380.5614.12
Hex72341592E04Bd351e
Octal74310113156011332312116
Binary11110001110000011011001101110010010111101001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072341; }

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

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

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

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

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

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

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

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