Html Css Color HEX #071F39 Tangaroa

📋 copy color: '#071F39'

red 7 ◦ green 31 ◦ blue 57

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

Shades of Tangaroa #071F39

Tints of Tangaroa #071F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 32.63%

 BLUE value IS 57 (22.66% from 255) = 60%

R = 7.37%
G = 32.63%
B = 60%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#071F39 (or 0x071F39) is known color: Tangaroa. HEX triplet: 07, 1F and 39. RGB value is (7,31,57). Sum of RGB (Red+Green+Blue) = 7+31+57=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #071F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F39 is #F8E0C6. Grayscale: #1A1A1A. Windows color (decimal): -16310471 or 3743495. OLE color: 3743495.

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

Color convert

RGB 7 31 57 -
CMYK 0.88 0.46 0 0.78
HSL 211.2º 0.78% 0.13% -
HSV(B) 211.2º 0.88% 0.22% -
XYZ 1.32 1.32 4.06 -
YUV 26.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 7 31 57 0.88 0.46 0 0.78 211.2 0.78 0.13
Hex 7 1F 39 58 2E 0 4E D3 4E D
Octal 7 37 71 130 56 0 116 323 116 15
Binary 111 11111 111001 1011000 101110 0 1001110 11010011 1001110 1101

Color Harmonies of #071F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F39

Black with #071F39

Text Example


Text Example

White with #071F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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