#072247

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

Shades of Tangaroa #072247

Tints of Tangaroa #072247

Color information

#072247 (or 0x072247) is unknown color: approx Tangaroa. HEX triplet: 07, 22 and 47. RGB value is (7,34,71). Sum of RGB (Red+Green+Blue) = 7+34+71=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #072247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072247 is #F8DDB8. Grayscale: #1D1D1D. Windows color (decimal): -16309689 or 4661767. OLE color: 4661767.

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

Color convert

RGB73471-
CMYK0.900.5200.72
HSL214.69º82.05%15.29%-
HSV(B)214.69º90.14%27.84%-
XYZ1.81.646.18-
YUV30.14151.05111.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 71 (28.12% from 255) = 63.39%
R=6.25%
G=30.36%
B=63.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal734710.900.5200.72214.6982.0515.29
Hex722475A34048d752f
Octal74210713264011032712217
Binary11110001010001111011010110100010010001101011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072247; }

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

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

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

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

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

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

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

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