Html Css Color HEX #072349 Tangaroa

📋 copy color: '#072349'

red 7 ◦ green 35 ◦ blue 73

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

Shades of Tangaroa #072349

Tints of Tangaroa #072349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

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

R = 6.09%
G = 30.43%
B = 63.48%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072349 (or 0x072349) is known color: Tangaroa. HEX triplet: 07, 23 and 49. RGB value is (7,35,73). Sum of RGB (Red+Green+Blue) = 7+35+73=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #072349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072349 is #F8DCB6. Grayscale: #1E1E1E. Windows color (decimal): -16309431 or 4793095. OLE color: 4793095.

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

Color convert

RGB 7 35 73 -
CMYK 0.90 0.52 0 0.71
HSL 214.55º 0.83% 0.16% -
HSV(B) 214.55º 0.9% 0.29% -
XYZ 1.89 1.73 6.54 -
YUV 30.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 7 35 73 0.90 0.52 0 0.71 214.55 0.83 0.16
Hex 7 23 49 5A 34 0 47 D7 52 10
Octal 7 43 111 132 64 0 107 327 122 20
Binary 111 100011 1001001 1011010 110100 0 1000111 11010111 1010010 10000

Color Harmonies of #072349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072349

Black with #072349

Text Example


Text Example

White with #072349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072349; }

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

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

background-color css

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

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

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

border-color css

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

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

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