Html Css Color HEX #072946 Tangaroa

📋 copy color: '#072946'

red 7 ◦ green 41 ◦ blue 70

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

Shades of Tangaroa #072946

Tints of Tangaroa #072946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.75%

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

R = 5.93%
G = 34.75%
B = 59.32%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#072946 (or 0x072946) is known color: Tangaroa. HEX triplet: 07, 29 and 46. RGB value is (7,41,70). Sum of RGB (Red+Green+Blue) = 7+41+70=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #072946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072946 is #F8D6B9. Grayscale: #212121. Windows color (decimal): -16307898 or 4598023. OLE color: 4598023.

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

Color convert

RGB 7 41 70 -
CMYK 0.90 0.41 0 0.73
HSL 207.62º 0.82% 0.15% -
HSV(B) 207.62º 0.9% 0.27% -
XYZ 1.99 2.07 6.09 -
YUV 34.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 7 41 70 0.90 0.41 0 0.73 207.62 0.82 0.15
Hex 7 29 46 5A 29 0 49 D0 52 F
Octal 7 51 106 132 51 0 111 320 122 17
Binary 111 101001 1000110 1011010 101001 0 1001001 11010000 1010010 1111

Color Harmonies of #072946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072946

Black with #072946

Text Example


Text Example

White with #072946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072946; }

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

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

background-color css

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

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

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

border-color css

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

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

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