Html Css Color HEX #072940 Tangaroa

📋 copy color: '#072940'

red 7 ◦ green 41 ◦ blue 64

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

Shades of Tangaroa #072940

Tints of Tangaroa #072940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.61%

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

R = 6.25%
G = 36.61%
B = 57.14%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072940 (or 0x072940) is known color: Tangaroa. HEX triplet: 07, 29 and 40. RGB value is (7,41,64). Sum of RGB (Red+Green+Blue) = 7+41+64=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #072940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072940 is #F8D6BF. Grayscale: #212121. Windows color (decimal): -16307904 or 4204807. OLE color: 4204807.

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

Color convert

RGB 7 41 64 -
CMYK 0.89 0.36 0 0.75
HSL 204.21º 0.8% 0.14% -
HSV(B) 204.21º 0.89% 0.25% -
XYZ 1.81 2 5.14 -
YUV 33.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 7 41 64 0.89 0.36 0 0.75 204.21 0.8 0.14
Hex 7 29 40 59 24 0 4B CC 50 E
Octal 7 51 100 131 44 0 113 314 120 16
Binary 111 101001 1000000 1011001 100100 0 1001011 11001100 1010000 1110

Color Harmonies of #072940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072940

Black with #072940

Text Example


Text Example

White with #072940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072940; }

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

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

background-color css

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

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

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

border-color css

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

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

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