Html Css Color HEX #072641 Tangaroa

📋 copy color: '#072641'

red 7 ◦ green 38 ◦ blue 65

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

Shades of Tangaroa #072641

Tints of Tangaroa #072641

RGB

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

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

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

R = 6.36%
G = 34.55%
B = 59.09%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072641 (or 0x072641) is known color: Tangaroa. HEX triplet: 07, 26 and 41. RGB value is (7,38,65). Sum of RGB (Red+Green+Blue) = 7+38+65=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #072641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072641 is #F8D9BE. Grayscale: #1F1F1F. Windows color (decimal): -16308671 or 4269575. OLE color: 4269575.

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

Color convert

RGB 7 38 65 -
CMYK 0.89 0.42 0 0.75
HSL 207.93º 0.81% 0.14% -
HSV(B) 207.93º 0.89% 0.25% -
XYZ 1.73 1.81 5.26 -
YUV 31.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 7 38 65 0.89 0.42 0 0.75 207.93 0.81 0.14
Hex 7 26 41 59 2A 0 4B D0 51 E
Octal 7 46 101 131 52 0 113 320 121 16
Binary 111 100110 1000001 1011001 101010 0 1001011 11010000 1010001 1110

Color Harmonies of #072641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072641

Black with #072641

Text Example


Text Example

White with #072641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072641; }

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

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

background-color css

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

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

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

border-color css

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

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

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