Html Css Color HEX #073049 Blue Whale

📋 copy color: '#073049'

red 7 ◦ green 48 ◦ blue 73

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

Shades of Blue Whale #073049

Tints of Blue Whale #073049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 57.03%

R = 5.47%
G = 37.5%
B = 57.03%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#073049 (or 0x073049) is known color: Blue Whale. HEX triplet: 07, 30 and 49. RGB value is (7,48,73). Sum of RGB (Red+Green+Blue) = 7+48+73=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #073049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073049 is #F8CFB6. Grayscale: #262626. Windows color (decimal): -16306103 or 4796423. OLE color: 4796423.

HSL color Cylindrical-coordinate representation of color #073049: hue angle of 202.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073049 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 48 73 -
CMYK 0.90 0.34 0 0.71
HSL 202.73º 0.83% 0.16% -
HSV(B) 202.73º 0.9% 0.29% -
XYZ 2.35 2.64 6.69 -
YUV 38.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 7 48 73 0.90 0.34 0 0.71 202.73 0.83 0.16
Hex 7 30 49 5A 22 0 47 CB 52 10
Octal 7 60 111 132 42 0 107 313 122 20
Binary 111 110000 1001001 1011010 100010 0 1000111 11001011 1010010 10000

Color Harmonies of #073049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073049

Black with #073049

Text Example


Text Example

White with #073049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073049; }

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

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

background-color css

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

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

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

border-color css

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

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

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