Html Css Color HEX #072040 Tangaroa

📋 copy color: '#072040'

red 7 ◦ green 32 ◦ blue 64

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

Shades of Tangaroa #072040

Tints of Tangaroa #072040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.07%

 BLUE value IS 64 (25.39% from 255) = 62.14%

R = 6.8%
G = 31.07%
B = 62.14%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072040 (or 0x072040) is known color: Tangaroa. HEX triplet: 07, 20 and 40. RGB value is (7,32,64). Sum of RGB (Red+Green+Blue) = 7+32+64=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #072040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072040 is #F8DFBF. Grayscale: #1C1C1C. Windows color (decimal): -16310208 or 4202503. OLE color: 4202503.

HSL color Cylindrical-coordinate representation of color #072040: hue angle of 213.68º degrees, saturation: 0.8, 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 #072040 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 32 64 -
CMYK 0.89 0.50 0 0.75
HSL 213.68º 0.8% 0.14% -
HSV(B) 213.68º 0.89% 0.25% -
XYZ 1.53 1.45 5.05 -
YUV 28.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 7 32 64 0.89 0.50 0 0.75 213.68 0.8 0.14
Hex 7 20 40 59 32 0 4B D6 50 E
Octal 7 40 100 131 62 0 113 326 120 16
Binary 111 100000 1000000 1011001 110010 0 1001011 11010110 1010000 1110

Color Harmonies of #072040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072040

Black with #072040

Text Example


Text Example

White with #072040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072040; }

 p { color: rgb(7,32,64); }

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

background-color css

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

 a { background-color: rgb(7,32,64); }

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

border-color css

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

 span { border-color: rgb(7,32,64); }

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