#072538

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

Shades of Tangaroa #072538

Tints of Tangaroa #072538

Color information

#072538 (or 0x072538) is unknown color: approx Tangaroa. HEX triplet: 07, 25 and 38. RGB value is (7,37,56). Sum of RGB (Red+Green+Blue) = 7+37+56=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #072538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072538 is #F8DAC7. Grayscale: #1E1E1E. Windows color (decimal): -16308936 or 3679495. OLE color: 3679495.

HSL color Cylindrical-coordinate representation of color #072538: hue angle of 203.27º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072538 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB73756-
CMYK0.880.3400.78
HSL203.27º77.78%12.35%-
HSV(B)203.27º87.5%21.96%-
XYZ1.461.653.98-
YUV30.2142.56111.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 56 (22.27% from 255) = 56%
R=7%
G=37%
B=56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal737560.880.3400.78203.2777.7812.35
Hex72538582204Ecb4ec
Octal7457013042011631311614
Binary1111001011110001011000100010010011101100101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072538; }

 p { color: rgb(7,37,56); }

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

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

 a { background-color: rgb(7,37,56); }

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

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

 span { border-color: rgb(7,37,56); }

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