#072D3B

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

Shades of Tangaroa #072D3B

Tints of Tangaroa #072D3B

Color information

#072D3B (or 0x072D3B) is unknown color: approx Tangaroa. HEX triplet: 07, 2D and 3B. RGB value is (7,45,59). Sum of RGB (Red+Green+Blue) = 7+45+59=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #072D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D3B is #F8D2C4. Grayscale: #232323. Windows color (decimal): -16306885 or 3878151. OLE color: 3878151.

HSL color Cylindrical-coordinate representation of color #072D3B: hue angle of 196.15º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072D3B is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB74559-
CMYK0.880.2400.77
HSL196.15º78.79%12.94%-
HSV(B)196.15º88.14%23.14%-
XYZ1.822.244.47-
YUV35.23141.41107.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 45 (17.97% from 255) = 40.54%
BLUE value IS 59 (23.44% from 255) = 53.15%
R=6.31%
G=40.54%
B=53.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal745590.880.2400.77196.1578.7912.94
Hex72D3B581804Dc44fd
Octal7557313030011530411715
Binary111101101111011101100011000010011011100010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,45,59); }

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

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

 a { background-color: rgb(7,45,59); }

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

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

 span { border-color: rgb(7,45,59); }

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