#073140

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

Shades of Blue Whale #073140

Tints of Blue Whale #073140

Color information

#073140 (or 0x073140) is unknown color: approx Blue Whale. HEX triplet: 07, 31 and 40. RGB value is (7,49,64). Sum of RGB (Red+Green+Blue) = 7+49+64=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #073140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073140 is #F8CEBF. Grayscale: #262626. Windows color (decimal): -16305856 or 4206855. OLE color: 4206855.

HSL color Cylindrical-coordinate representation of color #073140: hue angle of 195.79º 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 #073140 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74964-
CMYK0.890.2300.75
HSL195.79º80.28%13.92%-
HSV(B)195.79º89.06%25.1%-
XYZ2.112.615.24-
YUV38.15142.59105.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=5.83%
G=40.83%
B=53.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal749640.890.2300.75195.7980.2813.92
Hex73140591704Bc450e
Octal76110013127011330412016
Binary1111100011000000101100110111010010111100010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073140; }

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

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

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

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

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

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

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

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