Html Css Color HEX #072749 Tangaroa

📋 copy color: '#072749'

red 7 ◦ green 39 ◦ blue 73

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

Shades of Tangaroa #072749

Tints of Tangaroa #072749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.77%

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

R = 5.88%
G = 32.77%
B = 61.34%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072749 (or 0x072749) is known color: Tangaroa. HEX triplet: 07, 27 and 49. RGB value is (7,39,73). Sum of RGB (Red+Green+Blue) = 7+39+73=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #072749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072749 is #F8D8B6. Grayscale: #212121. Windows color (decimal): -16308407 or 4794119. OLE color: 4794119.

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

Color convert

RGB 7 39 73 -
CMYK 0.90 0.47 0 0.71
HSL 210.91º 0.83% 0.16% -
HSV(B) 210.91º 0.9% 0.29% -
XYZ 2.02 1.98 6.58 -
YUV 33.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 7 39 73 0.90 0.47 0 0.71 210.91 0.83 0.16
Hex 7 27 49 5A 2F 0 47 D3 52 10
Octal 7 47 111 132 57 0 107 323 122 20
Binary 111 100111 1001001 1011010 101111 0 1000111 11010011 1010010 10000

Color Harmonies of #072749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072749

Black with #072749

Text Example


Text Example

White with #072749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072749; }

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

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

background-color css

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

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

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

border-color css

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

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

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