Html Css Color HEX #072449 Tangaroa

📋 copy color: '#072449'

red 7 ◦ green 36 ◦ blue 73

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

Shades of Tangaroa #072449

Tints of Tangaroa #072449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

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

R = 6.03%
G = 31.03%
B = 62.93%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072449 (or 0x072449) is known color: Tangaroa. HEX triplet: 07, 24 and 49. RGB value is (7,36,73). Sum of RGB (Red+Green+Blue) = 7+36+73=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #072449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072449 is #F8DBB6. Grayscale: #1F1F1F. Windows color (decimal): -16309175 or 4793351. OLE color: 4793351.

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

Color convert

RGB 7 36 73 -
CMYK 0.90 0.51 0 0.71
HSL 213.64º 0.83% 0.16% -
HSV(B) 213.64º 0.9% 0.29% -
XYZ 1.92 1.79 6.55 -
YUV 31.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 7 36 73 0.90 0.51 0 0.71 213.64 0.83 0.16
Hex 7 24 49 5A 33 0 47 D6 52 10
Octal 7 44 111 132 63 0 107 326 122 20
Binary 111 100100 1001001 1011010 110011 0 1000111 11010110 1010010 10000

Color Harmonies of #072449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072449

Black with #072449

Text Example


Text Example

White with #072449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072449; }

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

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

background-color css

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

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

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

border-color css

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

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

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