Html Css Color HEX #072747 Tangaroa

📋 copy color: '#072747'

red 7 ◦ green 39 ◦ blue 71

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

Shades of Tangaroa #072747

Tints of Tangaroa #072747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.33%

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

R = 5.98%
G = 33.33%
B = 60.68%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#072747 (or 0x072747) is known color: Tangaroa. HEX triplet: 07, 27 and 47. RGB value is (7,39,71). Sum of RGB (Red+Green+Blue) = 7+39+71=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #072747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072747 is #F8D8B8. Grayscale: #202020. Windows color (decimal): -16308409 or 4663047. OLE color: 4663047.

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

Color convert

RGB 7 39 71 -
CMYK 0.90 0.45 0 0.72
HSL 210º 0.82% 0.15% -
HSV(B) 210º 0.9% 0.28% -
XYZ 1.95 1.95 6.24 -
YUV 33.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 7 39 71 0.90 0.45 0 0.72 210 0.82 0.15
Hex 7 27 47 5A 2D 0 48 D2 52 F
Octal 7 47 107 132 55 0 110 322 122 17
Binary 111 100111 1000111 1011010 101101 0 1001000 11010010 1010010 1111

Color Harmonies of #072747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072747

Black with #072747

Text Example


Text Example

White with #072747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072747; }

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

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

background-color css

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

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

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

border-color css

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

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

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