#073049

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

Shades of Blue Whale #073049

Tints of Blue Whale #073049

Color information

#073049 (or 0x073049) is unknown color: approx Blue Whale. HEX triplet: 07, 30 and 49. RGB value is (7,48,73). Sum of RGB (Red+Green+Blue) = 7+48+73=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #073049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073049 is #F8CFB6. Grayscale: #262626. Windows color (decimal): -16306103 or 4796423. OLE color: 4796423.

HSL color Cylindrical-coordinate representation of color #073049: hue angle of 202.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073049 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB74873-
CMYK0.900.3400.71
HSL202.73º82.5%15.69%-
HSV(B)202.73º90.41%28.63%-
XYZ2.352.646.69-
YUV38.59147.42105.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 73 (28.91% from 255) = 57.03%
R=5.47%
G=37.5%
B=57.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal748730.900.3400.71202.7382.515.69
Hex730495A22047cb5210
Octal76011113242010731312220
Binary111110000100100110110101000100100011111001011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073049; }

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

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

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

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

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

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

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

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