#072B3F

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

Shades of Tangaroa #072B3F

Tints of Tangaroa #072B3F

Color information

#072B3F (or 0x072B3F) is unknown color: approx Tangaroa. HEX triplet: 07, 2B and 3F. RGB value is (7,43,63). Sum of RGB (Red+Green+Blue) = 7+43+63=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #072B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B3F is #F8D4C0. Grayscale: #222222. Windows color (decimal): -16307393 or 4139783. OLE color: 4139783.

HSL color Cylindrical-coordinate representation of color #072B3F: hue angle of 201.43º 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 #072B3F is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74363-
CMYK0.890.3200.75
HSL201.43º80%13.73%-
HSV(B)201.43º88.89%24.71%-
XYZ1.852.135.02-
YUV34.52144.07108.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 43 (17.19% from 255) = 38.05%
BLUE value IS 63 (25% from 255) = 55.75%
R=6.19%
G=38.05%
B=55.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal743630.890.3200.75201.438013.73
Hex72B3F592004Bc950e
Octal7537713140011331112016
Binary1111010111111111011001100000010010111100100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,43,63); }

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

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

 a { background-color: rgb(7,43,63); }

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

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

 span { border-color: rgb(7,43,63); }

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