#071F41

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

Shades of Tangaroa #071F41

Tints of Tangaroa #071F41

Color information

#071F41 (or 0x071F41) is unknown color: approx Tangaroa. HEX triplet: 07, 1F and 41. RGB value is (7,31,65). Sum of RGB (Red+Green+Blue) = 7+31+65=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #071F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F41 is #F8E0BE. Grayscale: #1B1B1B. Windows color (decimal): -16310463 or 4267783. OLE color: 4267783.

HSL color Cylindrical-coordinate representation of color #071F41: hue angle of 215.17º degrees, saturation: 0.81, 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 #071F41 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB73165-
CMYK0.890.5200.75
HSL215.17º80.56%14.12%-
HSV(B)215.17º89.23%25.49%-
XYZ1.531.415.19-
YUV27.7149.05113.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 65 (25.78% from 255) = 63.11%
R=6.80%
G=30.10%
B=63.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal731650.890.5200.75215.1780.5614.12
Hex71F41593404Bd751e
Octal73710113164011332712116
Binary1111111110000011011001110100010010111101011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,31,65); }

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

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

 a { background-color: rgb(7,31,65); }

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

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

 span { border-color: rgb(7,31,65); }

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