#072242

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

Shades of Tangaroa #072242

Tints of Tangaroa #072242

Color information

#072242 (or 0x072242) is unknown color: approx Tangaroa. HEX triplet: 07, 22 and 42. RGB value is (7,34,66). Sum of RGB (Red+Green+Blue) = 7+34+66=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #072242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072242 is #F8DDBD. Grayscale: #1D1D1D. Windows color (decimal): -16309694 or 4334087. OLE color: 4334087.

HSL color Cylindrical-coordinate representation of color #072242: hue angle of 212.54º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072242 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB73466-
CMYK0.890.4800.74
HSL212.54º80.82%14.31%-
HSV(B)212.54º89.39%25.88%-
XYZ1.641.585.37-
YUV29.58148.55111.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 66 (26.17% from 255) = 61.68%
R=6.54%
G=31.78%
B=61.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal734660.890.4800.74212.5480.8214.31
Hex72242593004Ad551e
Octal74210213160011232512116
Binary11110001010000101011001110000010010101101010110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072242; }

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

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

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

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

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

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

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

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