Html Css Color HEX #072446 Tangaroa

📋 copy color: '#072446'

red 7 ◦ green 36 ◦ blue 70

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

Shades of Tangaroa #072446

Tints of Tangaroa #072446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.86%

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

R = 6.19%
G = 31.86%
B = 61.95%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#072446 (or 0x072446) is known color: Tangaroa. HEX triplet: 07, 24 and 46. RGB value is (7,36,70). Sum of RGB (Red+Green+Blue) = 7+36+70=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #072446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072446 is #F8DBB9. Grayscale: #1F1F1F. Windows color (decimal): -16309178 or 4596743. OLE color: 4596743.

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

Color convert

RGB 7 36 70 -
CMYK 0.90 0.49 0 0.73
HSL 212.38º 0.82% 0.15% -
HSV(B) 212.38º 0.9% 0.27% -
XYZ 1.82 1.75 6.04 -
YUV 31.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 7 36 70 0.90 0.49 0 0.73 212.38 0.82 0.15
Hex 7 24 46 5A 31 0 49 D4 52 F
Octal 7 44 106 132 61 0 111 324 122 17
Binary 111 100100 1000110 1011010 110001 0 1001001 11010100 1010010 1111

Color Harmonies of #072446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072446

Black with #072446

Text Example


Text Example

White with #072446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072446; }

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

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

background-color css

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

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

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

border-color css

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

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

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