#071D3E

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

Shades of Tangaroa #071D3E

Tints of Tangaroa #071D3E

Color information

#071D3E (or 0x071D3E) is unknown color: approx Tangaroa. HEX triplet: 07, 1D and 3E. RGB value is (7,29,62). Sum of RGB (Red+Green+Blue) = 7+29+62=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 62 (24.61% from 255 or 63.27% from 98); Max value from RGB is 62 - color contains mainly: blue. Hex color #071D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D3E is #F8E2C1. Grayscale: #1A1A1A. Windows color (decimal): -16310978 or 4070663. OLE color: 4070663.

HSL color Cylindrical-coordinate representation of color #071D3E: hue angle of 216º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #071D3E is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB72962-
CMYK0.890.5300.76
HSL216º79.71%13.53%-
HSV(B)216º88.71%24.31%-
XYZ1.41.274.73-
YUV26.18148.21114.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 62 (24.61% from 255) = 63.27%
R=7.14%
G=29.59%
B=63.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal729620.890.5300.7621679.7113.53
Hex71D3E593504Cd850e
Octal7357613165011433012016
Binary111111011111101011001110101010011001101100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071D3E; }

 p { color: rgb(7,29,62); }

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

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

 a { background-color: rgb(7,29,62); }

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

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

 span { border-color: rgb(7,29,62); }

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