#072844

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

Shades of Tangaroa #072844

Tints of Tangaroa #072844

Color information

#072844 (or 0x072844) is unknown color: approx Tangaroa. HEX triplet: 07, 28 and 44. RGB value is (7,40,68). Sum of RGB (Red+Green+Blue) = 7+40+68=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #072844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072844 is #F8D7BB. Grayscale: #212121. Windows color (decimal): -16308156 or 4466695. OLE color: 4466695.

HSL color Cylindrical-coordinate representation of color #072844: hue angle of 207.54º degrees, saturation: 0.81, 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 #072844 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB74068-
CMYK0.900.4100.73
HSL207.54º81.33%14.71%-
HSV(B)207.54º89.71%26.67%-
XYZ1.891.985.75-
YUV33.32147.57109.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 68 (26.95% from 255) = 59.13%
R=6.09%
G=34.78%
B=59.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal740680.900.4100.73207.5481.3314.71
Hex728445A29049d051f
Octal75010413251011132012117
Binary11110100010001001011010101001010010011101000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072844; }

 p { color: rgb(7,40,68); }

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

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

 a { background-color: rgb(7,40,68); }

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

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

 span { border-color: rgb(7,40,68); }

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