Html Css Color HEX #072646 Tangaroa

📋 copy color: '#072646'

red 7 ◦ green 38 ◦ blue 70

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

Shades of Tangaroa #072646

Tints of Tangaroa #072646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 60.87%

R = 6.09%
G = 33.04%
B = 60.87%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#072646 (or 0x072646) is known color: Tangaroa. HEX triplet: 07, 26 and 46. RGB value is (7,38,70). Sum of RGB (Red+Green+Blue) = 7+38+70=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #072646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072646 is #F8D9B9. Grayscale: #202020. Windows color (decimal): -16308666 or 4597255. OLE color: 4597255.

HSL color Cylindrical-coordinate representation of color #072646: hue angle of 210.48º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072646 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 38 70 -
CMYK 0.90 0.46 0 0.73
HSL 210.48º 0.82% 0.15% -
HSV(B) 210.48º 0.9% 0.27% -
XYZ 1.89 1.87 6.06 -
YUV 32.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 7 38 70 0.90 0.46 0 0.73 210.48 0.82 0.15
Hex 7 26 46 5A 2E 0 49 D2 52 F
Octal 7 46 106 132 56 0 111 322 122 17
Binary 111 100110 1000110 1011010 101110 0 1001001 11010010 1010010 1111

Color Harmonies of #072646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072646

Black with #072646

Text Example


Text Example

White with #072646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072646; }

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

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

background-color css

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

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

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

border-color css

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

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

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