#073341

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

Shades of Blue Whale #073341

Tints of Blue Whale #073341

Color information

#073341 (or 0x073341) is unknown color: approx Blue Whale. HEX triplet: 07, 33 and 41. RGB value is (7,51,65). Sum of RGB (Red+Green+Blue) = 7+51+65=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #073341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073341 is #F8CCBE. Grayscale: #272727. Windows color (decimal): -16305343 or 4272903. OLE color: 4272903.

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

Color convert

RGB75165-
CMYK0.890.2200.75
HSL194.48º80.56%14.12%-
HSV(B)194.48º89.23%25.49%-
XYZ2.232.795.42-
YUV39.44142.42104.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=5.69%
G=41.46%
B=52.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal751650.890.2200.75194.4880.5614.12
Hex73341591604Bc251e
Octal76310113126011330212116
Binary1111100111000001101100110110010010111100001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073341; }

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

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

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

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

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

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

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

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