#07294A

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

Shades of Tangaroa #07294A

Tints of Tangaroa #07294A

Color information

#07294A (or 0x07294A) is unknown color: approx Tangaroa. HEX triplet: 07, 29 and 4A. RGB value is (7,41,74). Sum of RGB (Red+Green+Blue) = 7+41+74=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #07294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07294A is #F8D6B5. Grayscale: #222222. Windows color (decimal): -16307894 or 4860167. OLE color: 4860167.

HSL color Cylindrical-coordinate representation of color #07294A: hue angle of 209.55º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07294A is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB74174-
CMYK0.910.4500.71
HSL209.55º82.72%15.88%-
HSV(B)209.55º90.54%29.02%-
XYZ2.122.136.78-
YUV34.6150.24108.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 74 (29.30% from 255) = 60.66%
R=5.74%
G=33.61%
B=60.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal741740.910.4500.71209.5582.7215.88
Hex7294A5B2D047d25310
Octal75111213355010732212320
Binary111101001100101010110111011010100011111010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07294A; }

 p { color: rgb(7,41,74); }

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

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

 a { background-color: rgb(7,41,74); }

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

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

 span { border-color: rgb(7,41,74); }

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