#073040

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

Shades of Blue Whale #073040

Tints of Blue Whale #073040

Color information

#073040 (or 0x073040) is unknown color: approx Blue Whale. HEX triplet: 07, 30 and 40. RGB value is (7,48,64). Sum of RGB (Red+Green+Blue) = 7+48+64=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #073040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073040 is #F8CFBF. Grayscale: #252525. Windows color (decimal): -16306112 or 4206599. OLE color: 4206599.

HSL color Cylindrical-coordinate representation of color #073040: hue angle of 196.84º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073040 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74864-
CMYK0.890.2500.75
HSL196.84º80.28%13.92%-
HSV(B)196.84º89.06%25.1%-
XYZ2.072.535.23-
YUV37.56142.92106.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=5.88%
G=40.34%
B=53.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal748640.890.2500.75196.8480.2813.92
Hex73040591904Bc550e
Octal76010013131011330512016
Binary1111100001000000101100111001010010111100010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073040; }

 p { color: rgb(7,48,64); }

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

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

 a { background-color: rgb(7,48,64); }

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

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

 span { border-color: rgb(7,48,64); }

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