Html Css Color HEX #072246 Tangaroa

📋 copy color: '#072246'

red 7 ◦ green 34 ◦ blue 70

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

Shades of Tangaroa #072246

Tints of Tangaroa #072246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.63%

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

R = 6.31%
G = 30.63%
B = 63.06%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#072246 (or 0x072246) is known color: Tangaroa. HEX triplet: 07, 22 and 46. RGB value is (7,34,70). Sum of RGB (Red+Green+Blue) = 7+34+70=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #072246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072246 is #F8DDB9. Grayscale: #1D1D1D. Windows color (decimal): -16309690 or 4596231. OLE color: 4596231.

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

Color convert

RGB 7 34 70 -
CMYK 0.90 0.51 0 0.73
HSL 214.29º 0.82% 0.15% -
HSV(B) 214.29º 0.9% 0.27% -
XYZ 1.77 1.63 6.02 -
YUV 30.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 7 34 70 0.90 0.51 0 0.73 214.29 0.82 0.15
Hex 7 22 46 5A 33 0 49 D6 52 F
Octal 7 42 106 132 63 0 111 326 122 17
Binary 111 100010 1000110 1011010 110011 0 1001001 11010110 1010010 1111

Color Harmonies of #072246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072246

Black with #072246

Text Example


Text Example

White with #072246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072246; }

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

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

background-color css

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

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

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

border-color css

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

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

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