Html Css Color HEX #073140 Blue Whale

📋 copy color: '#073140'

red 7 ◦ green 49 ◦ blue 64

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

Shades of Blue Whale #073140

Tints of Blue Whale #073140

RGB

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

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 7 49 64 -
CMYK 0.89 0.23 0 0.75
HSL 195.79º 0.8% 0.14% -
HSV(B) 195.79º 0.89% 0.25% -
XYZ 2.11 2.61 5.24 -
YUV 38.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 7 49 64 0.89 0.23 0 0.75 195.79 0.8 0.14
Hex 7 31 40 59 17 0 4B C4 50 E
Octal 7 61 100 131 27 0 113 304 120 16
Binary 111 110001 1000000 1011001 10111 0 1001011 11000100 1010000 1110

Color Harmonies of #073140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073140

Black with #073140

Text Example


Text Example

White with #073140

Text Example


Text Example

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