#071F44

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

Shades of Tangaroa #071F44

Tints of Tangaroa #071F44

Color information

#071F44 (or 0x071F44) is unknown color: approx Tangaroa. HEX triplet: 07, 1F and 44. RGB value is (7,31,68). Sum of RGB (Red+Green+Blue) = 7+31+68=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #071F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F44 is #F8E0BB. Grayscale: #1B1B1B. Windows color (decimal): -16310460 or 4464391. OLE color: 4464391.

HSL color Cylindrical-coordinate representation of color #071F44: hue angle of 216.39º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071F44 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB73168-
CMYK0.900.5400.73
HSL216.39º81.33%14.71%-
HSV(B)216.39º89.71%26.67%-
XYZ1.621.445.66-
YUV28.04150.55112.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 68 (26.95% from 255) = 64.15%
R=6.60%
G=29.25%
B=64.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal731680.900.5400.73216.3981.3314.71
Hex71F445A36049d851f
Octal73710413266011133012117
Binary1111111110001001011010110110010010011101100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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