Html Css Color HEX #073547 Blue Whale

📋 copy color: '#073547'

red 7 ◦ green 53 ◦ blue 71

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

Shades of Blue Whale #073547

Tints of Blue Whale #073547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.46%

 BLUE value IS 71 (28.13% from 255) = 54.2%

R = 5.34%
G = 40.46%
B = 54.2%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073547 (or 0x073547) is known color: Blue Whale. HEX triplet: 07, 35 and 47. RGB value is (7,53,71). Sum of RGB (Red+Green+Blue) = 7+53+71=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #073547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073547 is #F8CAB8. Grayscale: #292929. Windows color (decimal): -16304825 or 4666631. OLE color: 4666631.

HSL color Cylindrical-coordinate representation of color #073547: hue angle of 196.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073547 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 53 71 -
CMYK 0.90 0.25 0 0.72
HSL 196.88º 0.82% 0.15% -
HSV(B) 196.88º 0.9% 0.28% -
XYZ 2.5 3.05 6.42 -
YUV 41.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 7 53 71 0.90 0.25 0 0.72 196.88 0.82 0.15
Hex 7 35 47 5A 19 0 48 C5 52 F
Octal 7 65 107 132 31 0 110 305 122 17
Binary 111 110101 1000111 1011010 11001 0 1001000 11000101 1010010 1111

Color Harmonies of #073547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073547

Black with #073547

Text Example


Text Example

White with #073547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073547; }

 p { color: rgb(7,53,71); }

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

background-color css

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

 a { background-color: rgb(7,53,71); }

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

border-color css

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

 span { border-color: rgb(7,53,71); }

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