#073041

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

Shades of Blue Whale #073041

Tints of Blue Whale #073041

Color information

#073041 (or 0x073041) is unknown color: approx Blue Whale. HEX triplet: 07, 30 and 41. RGB value is (7,48,65). Sum of RGB (Red+Green+Blue) = 7+48+65=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #073041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073041 is #F8CFBE. Grayscale: #252525. Windows color (decimal): -16306111 or 4272135. OLE color: 4272135.

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

Color convert

RGB74865-
CMYK0.890.2600.75
HSL197.59º80.56%14.12%-
HSV(B)197.59º89.23%25.49%-
XYZ2.12.545.38-
YUV37.68143.42106.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=5.83%
G=40%
B=54.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal748650.890.2600.75197.5980.5614.12
Hex73041591A04Bc651e
Octal76010113132011330612116
Binary1111100001000001101100111010010010111100011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073041; }

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

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

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

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

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

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

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

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