#072145

Color #072145 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #072145

Tints of Tangaroa #072145

Color information

#072145 (or 0x072145) is unknown color: approx Tangaroa. HEX triplet: 07, 21 and 45. RGB value is (7,33,69). Sum of RGB (Red+Green+Blue) = 7+33+69=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #072145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072145 is #F8DEBA. Grayscale: #1D1D1D. Windows color (decimal): -16309947 or 4530439. OLE color: 4530439.

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

Color convert

RGB73369-
CMYK0.900.5200.73
HSL214.84º81.58%14.9%-
HSV(B)214.84º89.86%27.06%-
XYZ1.711.565.84-
YUV29.33150.39112.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 69 (27.34% from 255) = 63.30%
R=6.42%
G=30.28%
B=63.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal733690.900.5200.73214.8481.5814.9
Hex721455A34049d752f
Octal74110513264011132712217
Binary11110000110001011011010110100010010011101011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072145; }

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

 H1.HeaderClassName
 {
   color: #072145;
 }
 .AnyTagClassName
 {
   color: #072145;
 }
</style>
background-color css

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

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

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

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

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

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