Html Css Color HEX #072240 Tangaroa

📋 copy color: '#072240'

red 7 ◦ green 34 ◦ blue 64

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

Shades of Tangaroa #072240

Tints of Tangaroa #072240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.38%

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

R = 6.67%
G = 32.38%
B = 60.95%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072240 (or 0x072240) is known color: Tangaroa. HEX triplet: 07, 22 and 40. RGB value is (7,34,64). Sum of RGB (Red+Green+Blue) = 7+34+64=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #072240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072240 is #F8DDBF. Grayscale: #1D1D1D. Windows color (decimal): -16309696 or 4203015. OLE color: 4203015.

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

Color convert

RGB 7 34 64 -
CMYK 0.89 0.47 0 0.75
HSL 211.58º 0.8% 0.14% -
HSV(B) 211.58º 0.89% 0.25% -
XYZ 1.59 1.56 5.07 -
YUV 29.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 7 34 64 0.89 0.47 0 0.75 211.58 0.8 0.14
Hex 7 22 40 59 2F 0 4B D4 50 E
Octal 7 42 100 131 57 0 113 324 120 16
Binary 111 100010 1000000 1011001 101111 0 1001011 11010100 1010000 1110

Color Harmonies of #072240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072240

Black with #072240

Text Example


Text Example

White with #072240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072240; }

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

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

background-color css

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

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

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

border-color css

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

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

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