#073548

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

Shades of Blue Whale #073548

Tints of Blue Whale #073548

Color information

#073548 (or 0x073548) is unknown color: approx Blue Whale. HEX triplet: 07, 35 and 48. RGB value is (7,53,72). Sum of RGB (Red+Green+Blue) = 7+53+72=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #073548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073548 is #F8CAB7. Grayscale: #292929. Windows color (decimal): -16304824 or 4732167. OLE color: 4732167.

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

Color convert

RGB75372-
CMYK0.900.2600.72
HSL197.54º82.28%15.49%-
HSV(B)197.54º90.28%28.24%-
XYZ2.533.066.59-
YUV41.41145.26103.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 72 (28.52% from 255) = 54.55%
R=5.30%
G=40.15%
B=54.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal753720.900.2600.72197.5482.2815.49
Hex735485A1A048c652f
Octal76511013232011030612217
Binary1111101011001000101101011010010010001100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073548; }

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

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

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

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

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

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

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

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