Html Css Color HEX #073041 Blue Whale

📋 copy color: '#073041'

red 7 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #073041

Tints of Blue Whale #073041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40%

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

R = 5.83%
G = 40%
B = 54.17%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073041 (or 0x073041) is known color: Blue Whale. HEX triplet: 07, 30 and 41. RGB value is (7,48,65). Sum of RGB (Red+Green+Blue) = 7+48+65=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #073041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073041 is #F8CFBE. Grayscale: #252525. Windows color (decimal): -16306111 or 4272135. OLE color: 4272135.

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

Color convert

RGB 7 48 65 -
CMYK 0.89 0.26 0 0.75
HSL 197.59º 0.81% 0.14% -
HSV(B) 197.59º 0.89% 0.25% -
XYZ 2.1 2.54 5.38 -
YUV 37.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 7 48 65 0.89 0.26 0 0.75 197.59 0.81 0.14
Hex 7 30 41 59 1A 0 4B C6 51 E
Octal 7 60 101 131 32 0 113 306 121 16
Binary 111 110000 1000001 1011001 11010 0 1001011 11000110 1010001 1110

Color Harmonies of #073041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073041

Black with #073041

Text Example


Text Example

White with #073041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073041; }

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

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

background-color css

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

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

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

border-color css

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

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

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