#072548

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

Shades of Tangaroa #072548

Tints of Tangaroa #072548

Color information

#072548 (or 0x072548) is unknown color: approx Tangaroa. HEX triplet: 07, 25 and 48. RGB value is (7,37,72). Sum of RGB (Red+Green+Blue) = 7+37+72=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #072548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072548 is #F8DAB7. Grayscale: #1F1F1F. Windows color (decimal): -16308920 or 4728071. OLE color: 4728071.

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

Color convert

RGB73772-
CMYK0.900.4900.72
HSL212.31º82.28%15.49%-
HSV(B)212.31º90.28%28.24%-
XYZ1.921.846.38-
YUV32.02150.56110.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=6.03%
G=31.90%
B=62.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal737720.900.4900.72212.3182.2815.49
Hex725485A31048d452f
Octal74511013261011032412217
Binary11110010110010001011010110001010010001101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072548; }

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

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

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

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

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

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

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

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