Html Css Color HEX #073548 Blue Whale

📋 copy color: '#073548'

red 7 ◦ green 53 ◦ blue 72

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

Shades of Blue Whale #073548

Tints of Blue Whale #073548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.55%

R = 5.3%
G = 40.15%
B = 54.55%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#073548 (or 0x073548) is known color: Blue Whale. HEX triplet: 07, 35 and 48. RGB value is (7,53,72). Sum of RGB (Red+Green+Blue) = 7+53+72=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #073548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073548 is #F8CAB7. Grayscale: #292929. Windows color (decimal): -16304824 or 4732167. OLE color: 4732167.

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

Color convert

RGB 7 53 72 -
CMYK 0.90 0.26 0 0.72
HSL 197.54º 0.82% 0.15% -
HSV(B) 197.54º 0.9% 0.28% -
XYZ 2.53 3.06 6.59 -
YUV 41.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 7 53 72 0.90 0.26 0 0.72 197.54 0.82 0.15
Hex 7 35 48 5A 1A 0 48 C6 52 F
Octal 7 65 110 132 32 0 110 306 122 17
Binary 111 110101 1001000 1011010 11010 0 1001000 11000110 1010010 1111

Color Harmonies of #073548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073548

Black with #073548

Text Example


Text Example

White with #073548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073548; }

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

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

background-color css

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

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

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

border-color css

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

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

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