Html Css Color HEX #072041 Tangaroa

📋 copy color: '#072041'

red 7 ◦ green 32 ◦ blue 65

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

Shades of Tangaroa #072041

Tints of Tangaroa #072041

RGB

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

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

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

R = 6.73%
G = 30.77%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072041 (or 0x072041) is known color: Tangaroa. HEX triplet: 07, 20 and 41. RGB value is (7,32,65). Sum of RGB (Red+Green+Blue) = 7+32+65=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #072041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072041 is #F8DFBE. Grayscale: #1C1C1C. Windows color (decimal): -16310207 or 4268039. OLE color: 4268039.

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

Color convert

RGB 7 32 65 -
CMYK 0.89 0.51 0 0.75
HSL 214.14º 0.81% 0.14% -
HSV(B) 214.14º 0.89% 0.25% -
XYZ 1.56 1.46 5.2 -
YUV 28.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 7 32 65 0.89 0.51 0 0.75 214.14 0.81 0.14
Hex 7 20 41 59 33 0 4B D6 51 E
Octal 7 40 101 131 63 0 113 326 121 16
Binary 111 100000 1000001 1011001 110011 0 1001011 11010110 1010001 1110

Color Harmonies of #072041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072041

Black with #072041

Text Example


Text Example

White with #072041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072041; }

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

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

background-color css

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

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

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

border-color css

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

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

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