Html Css Color HEX #073040 Blue Whale

📋 copy color: '#073040'

red 7 ◦ green 48 ◦ blue 64

#073040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #073040

Tints of Blue Whale #073040

RGB

 RED value IS 7 (3.13% 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 value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073040 (or 0x073040) is known color: 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

RGB 7 48 64 -
CMYK 0.89 0.25 0 0.75
HSL 196.84º 0.8% 0.14% -
HSV(B) 196.84º 0.89% 0.25% -
XYZ 2.07 2.53 5.23 -
YUV 37.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 7 48 64 0.89 0.25 0 0.75 196.84 0.8 0.14
Hex 7 30 40 59 19 0 4B C5 50 E
Octal 7 60 100 131 31 0 113 305 120 16
Binary 111 110000 1000000 1011001 11001 0 1001011 11000101 1010000 1110

Color Harmonies of #073040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073040

Black with #073040

Text Example


Text Example

White with #073040

Text Example


Text Example

HTML Codes & Css Web 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>