Html Css Color HEX #073241 Blue Whale

📋 copy color: '#073241'

red 7 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #073241

Tints of Blue Whale #073241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.98%

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

R = 5.74%
G = 40.98%
B = 53.28%

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

#073241 (or 0x073241) is known color: Blue Whale. HEX triplet: 07, 32 and 41. RGB value is (7,50,65). Sum of RGB (Red+Green+Blue) = 7+50+65=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #073241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073241 is #F8CDBE. Grayscale: #262626. Windows color (decimal): -16305599 or 4272647. OLE color: 4272647.

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

Color convert

RGB 7 50 65 -
CMYK 0.89 0.23 0 0.75
HSL 195.52º 0.81% 0.14% -
HSV(B) 195.52º 0.89% 0.25% -
XYZ 2.18 2.71 5.41 -
YUV 38.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 7 50 65 0.89 0.23 0 0.75 195.52 0.81 0.14
Hex 7 32 41 59 17 0 4B C4 51 E
Octal 7 62 101 131 27 0 113 304 121 16
Binary 111 110010 1000001 1011001 10111 0 1001011 11000100 1010001 1110

Color Harmonies of #073241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073241

Black with #073241

Text Example


Text Example

White with #073241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073241; }

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

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

background-color css

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

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

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

border-color css

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

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

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