Html Css Color HEX #072047 Tangaroa

📋 copy color: '#072047'

red 7 ◦ green 32 ◦ blue 71

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

Shades of Tangaroa #072047

Tints of Tangaroa #072047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.09%

 BLUE value IS 71 (28.13% from 255) = 64.55%

R = 6.36%
G = 29.09%
B = 64.55%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072047 (or 0x072047) is known color: Tangaroa. HEX triplet: 07, 20 and 47. RGB value is (7,32,71). Sum of RGB (Red+Green+Blue) = 7+32+71=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #072047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072047 is #F8DFB8. Grayscale: #1C1C1C. Windows color (decimal): -16310201 or 4661255. OLE color: 4661255.

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

Color convert

RGB 7 32 71 -
CMYK 0.90 0.55 0 0.72
HSL 216.56º 0.82% 0.15% -
HSV(B) 216.56º 0.9% 0.28% -
XYZ 1.74 1.53 6.17 -
YUV 28.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 7 32 71 0.90 0.55 0 0.72 216.56 0.82 0.15
Hex 7 20 47 5A 37 0 48 D9 52 F
Octal 7 40 107 132 67 0 110 331 122 17
Binary 111 100000 1000111 1011010 110111 0 1001000 11011001 1010010 1111

Color Harmonies of #072047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072047

Black with #072047

Text Example


Text Example

White with #072047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072047; }

 p { color: rgb(7,32,71); }

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

background-color css

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

 a { background-color: rgb(7,32,71); }

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

border-color css

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

 span { border-color: rgb(7,32,71); }

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