#072C40

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

Shades of Tangaroa #072C40

Tints of Tangaroa #072C40

Color information

#072C40 (or 0x072C40) is unknown color: approx Tangaroa. HEX triplet: 07, 2C and 40. RGB value is (7,44,64). Sum of RGB (Red+Green+Blue) = 7+44+64=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #072C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C40 is #F8D3BF. Grayscale: #232323. Windows color (decimal): -16307136 or 4205575. OLE color: 4205575.

HSL color Cylindrical-coordinate representation of color #072C40: hue angle of 201.05º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072C40 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74464-
CMYK0.890.3100.75
HSL201.05º80.28%13.92%-
HSV(B)201.05º89.06%25.1%-
XYZ1.912.225.18-
YUV35.22144.24107.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=6.09%
G=38.26%
B=55.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal744640.890.3100.75201.0580.2813.92
Hex72C40591F04Bc950e
Octal75410013137011331112016
Binary1111011001000000101100111111010010111100100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072C40; }

 p { color: rgb(7,44,64); }

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

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

 a { background-color: rgb(7,44,64); }

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

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

 span { border-color: rgb(7,44,64); }

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