#072748

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

Shades of Tangaroa #072748

Tints of Tangaroa #072748

Color information

#072748 (or 0x072748) is unknown color: approx Tangaroa. HEX triplet: 07, 27 and 48. RGB value is (7,39,72). Sum of RGB (Red+Green+Blue) = 7+39+72=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #072748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072748 is #F8D8B7. Grayscale: #212121. Windows color (decimal): -16308408 or 4728583. OLE color: 4728583.

HSL color Cylindrical-coordinate representation of color #072748: hue angle of 210.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072748 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB73972-
CMYK0.900.4600.72
HSL210.46º82.28%15.49%-
HSV(B)210.46º90.28%28.24%-
XYZ1.981.966.41-
YUV33.19149.9109.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 72 (28.52% from 255) = 61.02%
R=5.93%
G=33.05%
B=61.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal739720.900.4600.72210.4682.2815.49
Hex727485A2E048d252f
Octal74711013256011032212217
Binary11110011110010001011010101110010010001101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072748; }

 p { color: rgb(7,39,72); }

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

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

 a { background-color: rgb(7,39,72); }

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

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

 span { border-color: rgb(7,39,72); }

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