Html Css Color HEX #072346 Tangaroa

📋 copy color: '#072346'

red 7 ◦ green 35 ◦ blue 70

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

Shades of Tangaroa #072346

Tints of Tangaroa #072346

RGB

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

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

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

R = 6.25%
G = 31.25%
B = 62.5%

CMYK

 C value IS 0.90

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#072346 (or 0x072346) is known color: Tangaroa. HEX triplet: 07, 23 and 46. RGB value is (7,35,70). Sum of RGB (Red+Green+Blue) = 7+35+70=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #072346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072346 is #F8DCB9. Grayscale: #1E1E1E. Windows color (decimal): -16309434 or 4596487. OLE color: 4596487.

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

Color convert

RGB 7 35 70 -
CMYK 0.90 0.5 0 0.73
HSL 213.33º 0.82% 0.15% -
HSV(B) 213.33º 0.9% 0.27% -
XYZ 1.79 1.69 6.03 -
YUV 30.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 7 35 70 0.90 0.5 0 0.73 213.33 0.82 0.15
Hex 7 23 46 5A 32 0 49 D5 52 F
Octal 7 43 106 132 62 0 111 325 122 17
Binary 111 100011 1000110 1011010 110010 0 1001001 11010101 1010010 1111

Color Harmonies of #072346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072346

Black with #072346

Text Example


Text Example

White with #072346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072346; }

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

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

background-color css

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

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

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

border-color css

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

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

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