Html Css Color HEX #072245 Tangaroa

📋 copy color: '#072245'

red 7 ◦ green 34 ◦ blue 69

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

Shades of Tangaroa #072245

Tints of Tangaroa #072245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 62.73%

R = 6.36%
G = 30.91%
B = 62.73%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#072245 (or 0x072245) is known color: Tangaroa. HEX triplet: 07, 22 and 45. RGB value is (7,34,69). Sum of RGB (Red+Green+Blue) = 7+34+69=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #072245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072245 is #F8DDBA. Grayscale: #1D1D1D. Windows color (decimal): -16309691 or 4530695. OLE color: 4530695.

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

Color convert

RGB 7 34 69 -
CMYK 0.90 0.51 0 0.73
HSL 213.87º 0.82% 0.15% -
HSV(B) 213.87º 0.9% 0.27% -
XYZ 1.73 1.62 5.85 -
YUV 29.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 7 34 69 0.90 0.51 0 0.73 213.87 0.82 0.15
Hex 7 22 45 5A 33 0 49 D6 52 F
Octal 7 42 105 132 63 0 111 326 122 17
Binary 111 100010 1000101 1011010 110011 0 1001001 11010110 1010010 1111

Color Harmonies of #072245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072245

Black with #072245

Text Example


Text Example

White with #072245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072245; }

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

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

background-color css

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

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

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

border-color css

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

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

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