Html Css Color HEX #072949 Tangaroa

📋 copy color: '#072949'

red 7 ◦ green 41 ◦ blue 73

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

Shades of Tangaroa #072949

Tints of Tangaroa #072949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 60.33%

R = 5.79%
G = 33.88%
B = 60.33%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072949 (or 0x072949) is known color: Tangaroa. HEX triplet: 07, 29 and 49. RGB value is (7,41,73). Sum of RGB (Red+Green+Blue) = 7+41+73=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #072949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072949 is #F8D6B6. Grayscale: #222222. Windows color (decimal): -16307895 or 4794631. OLE color: 4794631.

HSL color Cylindrical-coordinate representation of color #072949: hue angle of 209.09º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072949 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 41 73 -
CMYK 0.90 0.44 0 0.71
HSL 209.09º 0.83% 0.16% -
HSV(B) 209.09º 0.9% 0.29% -
XYZ 2.08 2.11 6.6 -
YUV 34.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 7 41 73 0.90 0.44 0 0.71 209.09 0.83 0.16
Hex 7 29 49 5A 2C 0 47 D1 52 10
Octal 7 51 111 132 54 0 107 321 122 20
Binary 111 101001 1001001 1011010 101100 0 1000111 11010001 1010010 10000

Color Harmonies of #072949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072949

Black with #072949

Text Example


Text Example

White with #072949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072949; }

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

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

background-color css

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

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

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

border-color css

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

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

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