Html Css Color HEX #072140 Tangaroa

📋 copy color: '#072140'

red 7 ◦ green 33 ◦ blue 64

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

Shades of Tangaroa #072140

Tints of Tangaroa #072140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.73%

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 6.73%
G = 31.73%
B = 61.54%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#072140 (or 0x072140) is known color: Tangaroa. HEX triplet: 07, 21 and 40. RGB value is (7,33,64). Sum of RGB (Red+Green+Blue) = 7+33+64=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #072140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072140 is #F8DEBF. Grayscale: #1C1C1C. Windows color (decimal): -16309952 or 4202759. OLE color: 4202759.

HSL color Cylindrical-coordinate representation of color #072140: hue angle of 212.63º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072140 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 33 64 -
CMYK 0.89 0.48 0 0.75
HSL 212.63º 0.8% 0.14% -
HSV(B) 212.63º 0.89% 0.25% -
XYZ 1.56 1.5 5.06 -
YUV 28.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 7 33 64 0.89 0.48 0 0.75 212.63 0.8 0.14
Hex 7 21 40 59 30 0 4B D5 50 E
Octal 7 41 100 131 60 0 113 325 120 16
Binary 111 100001 1000000 1011001 110000 0 1001011 11010101 1010000 1110

Color Harmonies of #072140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072140

Black with #072140

Text Example


Text Example

White with #072140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072140; }

 p { color: rgb(7,33,64); }

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

background-color css

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

 a { background-color: rgb(7,33,64); }

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

border-color css

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

 span { border-color: rgb(7,33,64); }

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