Html Css Color HEX #072640 Tangaroa

📋 copy color: '#072640'

red 7 ◦ green 38 ◦ blue 64

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

Shades of Tangaroa #072640

Tints of Tangaroa #072640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.86%

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

R = 6.42%
G = 34.86%
B = 58.72%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072640 (or 0x072640) is known color: Tangaroa. HEX triplet: 07, 26 and 40. RGB value is (7,38,64). Sum of RGB (Red+Green+Blue) = 7+38+64=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #072640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072640 is #F8D9BF. Grayscale: #1F1F1F. Windows color (decimal): -16308672 or 4204039. OLE color: 4204039.

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

Color convert

RGB 7 38 64 -
CMYK 0.89 0.41 0 0.75
HSL 207.37º 0.8% 0.14% -
HSV(B) 207.37º 0.89% 0.25% -
XYZ 1.71 1.8 5.11 -
YUV 31.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 7 38 64 0.89 0.41 0 0.75 207.37 0.8 0.14
Hex 7 26 40 59 29 0 4B CF 50 E
Octal 7 46 100 131 51 0 113 317 120 16
Binary 111 100110 1000000 1011001 101001 0 1001011 11001111 1010000 1110

Color Harmonies of #072640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072640

Black with #072640

Text Example


Text Example

White with #072640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072640; }

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

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

background-color css

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

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

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

border-color css

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

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

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