#072246

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

Shades of Tangaroa #072246

Tints of Tangaroa #072246

Color information

#072246 (or 0x072246) is unknown color: approx Tangaroa. HEX triplet: 07, 22 and 46. RGB value is (7,34,70). Sum of RGB (Red+Green+Blue) = 7+34+70=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #072246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072246 is #F8DDB9. Grayscale: #1D1D1D. Windows color (decimal): -16309690 or 4596231. OLE color: 4596231.

HSL color Cylindrical-coordinate representation of color #072246: hue angle of 214.29º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072246 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB73470-
CMYK0.900.5100.73
HSL214.29º81.82%15.1%-
HSV(B)214.29º90%27.45%-
XYZ1.771.636.02-
YUV30.03150.55111.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 70 (27.73% from 255) = 63.06%
R=6.31%
G=30.63%
B=63.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal734700.900.5100.73214.2981.8215.1
Hex722465A33049d652f
Octal74210613263011132612217
Binary11110001010001101011010110011010010011101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072246; }

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

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

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

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

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

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

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

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