#072948

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

Shades of Tangaroa #072948

Tints of Tangaroa #072948

Color information

#072948 (or 0x072948) is unknown color: approx Tangaroa. HEX triplet: 07, 29 and 48. RGB value is (7,41,72). Sum of RGB (Red+Green+Blue) = 7+41+72=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #072948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072948 is #F8D6B7. Grayscale: #222222. Windows color (decimal): -16307896 or 4729095. OLE color: 4729095.

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

Color convert

RGB74172-
CMYK0.900.4300.72
HSL208.62º82.28%15.49%-
HSV(B)208.62º90.28%28.24%-
XYZ2.052.16.43-
YUV34.37149.24108.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 72 (28.52% from 255) = 60%
R=5.83%
G=34.17%
B=60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal741720.900.4300.72208.6282.2815.49
Hex729485A2B048d152f
Octal75111013253011032112217
Binary11110100110010001011010101011010010001101000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072948; }

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

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

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

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

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

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

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

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