Html Css Color HEX #073141 Blue Whale

📋 copy color: '#073141'

red 7 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #073141

Tints of Blue Whale #073141

RGB

 RED value IS 7 (3.13% from 255) = 5.79%

 GREEN value IS 49 (19.53% from 255) = 40.5%

 BLUE value IS 65 (25.78% from 255) = 53.72%

R = 5.79%
G = 40.5%
B = 53.72%

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

#073141 (or 0x073141) is known color: Blue Whale. HEX triplet: 07, 31 and 41. RGB value is (7,49,65). Sum of RGB (Red+Green+Blue) = 7+49+65=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #073141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073141 is #F8CEBE. Grayscale: #262626. Windows color (decimal): -16305855 or 4272391. OLE color: 4272391.

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

Color convert

RGB 7 49 65 -
CMYK 0.89 0.25 0 0.75
HSL 196.55º 0.81% 0.14% -
HSV(B) 196.55º 0.89% 0.25% -
XYZ 2.14 2.62 5.39 -
YUV 38.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 7 49 65 0.89 0.25 0 0.75 196.55 0.81 0.14
Hex 7 31 41 59 19 0 4B C5 51 E
Octal 7 61 101 131 31 0 113 305 121 16
Binary 111 110001 1000001 1011001 11001 0 1001011 11000101 1010001 1110

Color Harmonies of #073141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073141

Black with #073141

Text Example


Text Example

White with #073141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073141; }

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

 H1.HeaderClassName
 {
   color: #073141;
 }
 .AnyTagClassName
 {
   color: #073141;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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