Html Css Color HEX #071E41 Tangaroa

📋 copy color: '#071E41'

red 7 ◦ green 30 ◦ blue 65

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

Shades of Tangaroa #071E41

Tints of Tangaroa #071E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 63.73%

R = 6.86%
G = 29.41%
B = 63.73%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#071E41 (or 0x071E41) is known color: Tangaroa. HEX triplet: 07, 1E and 41. RGB value is (7,30,65). Sum of RGB (Red+Green+Blue) = 7+30+65=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #071E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E41 is #F8E1BE. Grayscale: #1A1A1A. Windows color (decimal): -16310719 or 4267527. OLE color: 4267527.

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

Color convert

RGB 7 30 65 -
CMYK 0.89 0.54 0 0.75
HSL 216.21º 0.81% 0.14% -
HSV(B) 216.21º 0.89% 0.25% -
XYZ 1.51 1.36 5.18 -
YUV 27.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 7 30 65 0.89 0.54 0 0.75 216.21 0.81 0.14
Hex 7 1E 41 59 36 0 4B D8 51 E
Octal 7 36 101 131 66 0 113 330 121 16
Binary 111 11110 1000001 1011001 110110 0 1001011 11011000 1010001 1110

Color Harmonies of #071E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E41

Black with #071E41

Text Example


Text Example

White with #071E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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