Html Css Color HEX #072649 Tangaroa

📋 copy color: '#072649'

red 7 ◦ green 38 ◦ blue 73

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

Shades of Tangaroa #072649

Tints of Tangaroa #072649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.2%

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

R = 5.93%
G = 32.2%
B = 61.86%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072649 (or 0x072649) is known color: Tangaroa. HEX triplet: 07, 26 and 49. RGB value is (7,38,73). Sum of RGB (Red+Green+Blue) = 7+38+73=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #072649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072649 is #F8D9B6. Grayscale: #202020. Windows color (decimal): -16308663 or 4793863. OLE color: 4793863.

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

Color convert

RGB 7 38 73 -
CMYK 0.90 0.48 0 0.71
HSL 211.82º 0.83% 0.16% -
HSV(B) 211.82º 0.9% 0.29% -
XYZ 1.98 1.91 6.57 -
YUV 32.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 7 38 73 0.90 0.48 0 0.71 211.82 0.83 0.16
Hex 7 26 49 5A 30 0 47 D4 52 10
Octal 7 46 111 132 60 0 107 324 122 20
Binary 111 100110 1001001 1011010 110000 0 1000111 11010100 1010010 10000

Color Harmonies of #072649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072649

Black with #072649

Text Example


Text Example

White with #072649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072649; }

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

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

background-color css

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

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

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

border-color css

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

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

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