Html Css Color HEX #072243 Tangaroa

📋 copy color: '#072243'

red 7 ◦ green 34 ◦ blue 67

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

Shades of Tangaroa #072243

Tints of Tangaroa #072243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 62.04%

R = 6.48%
G = 31.48%
B = 62.04%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#072243 (or 0x072243) is known color: Tangaroa. HEX triplet: 07, 22 and 43. RGB value is (7,34,67). Sum of RGB (Red+Green+Blue) = 7+34+67=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #072243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072243 is #F8DDBC. Grayscale: #1D1D1D. Windows color (decimal): -16309693 or 4399623. OLE color: 4399623.

HSL color Cylindrical-coordinate representation of color #072243: hue angle of 213º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072243 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 34 67 -
CMYK 0.90 0.49 0 0.74
HSL 213º 0.81% 0.15% -
HSV(B) 213º 0.9% 0.26% -
XYZ 1.67 1.59 5.53 -
YUV 29.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 7 34 67 0.90 0.49 0 0.74 213 0.81 0.15
Hex 7 22 43 5A 31 0 4A D5 51 F
Octal 7 42 103 132 61 0 112 325 121 17
Binary 111 100010 1000011 1011010 110001 0 1001010 11010101 1010001 1111

Color Harmonies of #072243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072243

Black with #072243

Text Example


Text Example

White with #072243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072243; }

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

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

background-color css

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

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

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

border-color css

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

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

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