Html Css Color HEX #073341 Blue Whale

📋 copy color: '#073341'

red 7 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #073341

Tints of Blue Whale #073341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

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

R = 5.69%
G = 41.46%
B = 52.85%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073341 (or 0x073341) is known color: Blue Whale. HEX triplet: 07, 33 and 41. RGB value is (7,51,65). Sum of RGB (Red+Green+Blue) = 7+51+65=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #073341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073341 is #F8CCBE. Grayscale: #272727. Windows color (decimal): -16305343 or 4272903. OLE color: 4272903.

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

Color convert

RGB 7 51 65 -
CMYK 0.89 0.22 0 0.75
HSL 194.48º 0.81% 0.14% -
HSV(B) 194.48º 0.89% 0.25% -
XYZ 2.23 2.79 5.42 -
YUV 39.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 7 51 65 0.89 0.22 0 0.75 194.48 0.81 0.14
Hex 7 33 41 59 16 0 4B C2 51 E
Octal 7 63 101 131 26 0 113 302 121 16
Binary 111 110011 1000001 1011001 10110 0 1001011 11000010 1010001 1110

Color Harmonies of #073341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073341

Black with #073341

Text Example


Text Example

White with #073341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073341; }

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

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

background-color css

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

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

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

border-color css

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

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

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