#072340

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

Shades of Tangaroa #072340

Tints of Tangaroa #072340

Color information

#072340 (or 0x072340) is unknown color: approx Tangaroa. HEX triplet: 07, 23 and 40. RGB value is (7,35,64). Sum of RGB (Red+Green+Blue) = 7+35+64=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #072340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072340 is #F8DCBF. Grayscale: #1D1D1D. Windows color (decimal): -16309440 or 4203271. OLE color: 4203271.

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

Color convert

RGB73564-
CMYK0.890.4500.75
HSL210.53º80.28%13.92%-
HSV(B)210.53º89.06%25.1%-
XYZ1.611.625.08-
YUV29.93147.22111.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=6.60%
G=33.02%
B=60.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal735640.890.4500.75210.5380.2813.92
Hex72340592D04Bd350e
Octal74310013155011332312016
Binary11110001110000001011001101101010010111101001110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072340; }

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

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

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

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

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

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

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

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