#071E38

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

Shades of Tangaroa #071E38

Tints of Tangaroa #071E38

Color information

#071E38 (or 0x071E38) is unknown color: approx Tangaroa. HEX triplet: 07, 1E and 38. RGB value is (7,30,56). Sum of RGB (Red+Green+Blue) = 7+30+56=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #071E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E38 is #F8E1C7. Grayscale: #191919. Windows color (decimal): -16310728 or 3677703. OLE color: 3677703.

HSL color Cylindrical-coordinate representation of color #071E38: hue angle of 211.84º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #071E38 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB73056-
CMYK0.880.4600.78
HSL211.84º77.78%12.35%-
HSV(B)211.84º87.5%21.96%-
XYZ1.271.263.92-
YUV26.09144.88114.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.53%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 56 (22.27% from 255) = 60.22%
R=7.53%
G=32.26%
B=60.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal730560.880.4600.78211.8477.7812.35
Hex71E38582E04Ed44ec
Octal7367013056011632411614
Binary111111101110001011000101110010011101101010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,30,56); }

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

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

 a { background-color: rgb(7,30,56); }

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

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

 span { border-color: rgb(7,30,56); }

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