Html Css Color HEX #071E3D Tangaroa

📋 copy color: '#071E3D'

red 7 ◦ green 30 ◦ blue 61

#071E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #071E3D

Tints of Tangaroa #071E3D

RGB

 RED value IS 7 (3.13% from 255) = 7.14%

 GREEN value IS 30 (12.11% from 255) = 30.61%

 BLUE value IS 61 (24.22% from 255) = 62.24%

R = 7.14%
G = 30.61%
B = 62.24%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#071E3D (or 0x071E3D) is known color: Tangaroa. HEX triplet: 07, 1E and 3D. RGB value is (7,30,61). Sum of RGB (Red+Green+Blue) = 7+30+61=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #071E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E3D is #F8E1C2. Grayscale: #1A1A1A. Windows color (decimal): -16310723 or 4005383. OLE color: 4005383.

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

Color convert

RGB 7 30 61 -
CMYK 0.89 0.51 0 0.76
HSL 214.44º 0.79% 0.13% -
HSV(B) 214.44º 0.89% 0.24% -
XYZ 1.39 1.31 4.59 -
YUV 26.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 7 30 61 0.89 0.51 0 0.76 214.44 0.79 0.13
Hex 7 1E 3D 59 33 0 4C D6 4F D
Octal 7 36 75 131 63 0 114 326 117 15
Binary 111 11110 111101 1011001 110011 0 1001100 11010110 1001111 1101

Color Harmonies of #071E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E3D

Black with #071E3D

Text Example


Text Example

White with #071E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #071E3D;
 }
 .AnyTagClassName
 {
   color: #071E3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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