Html Css Color HEX #073449 Blue Whale

📋 copy color: '#073449'

red 7 ◦ green 52 ◦ blue 73

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

Shades of Blue Whale #073449

Tints of Blue Whale #073449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.39%

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

R = 5.3%
G = 39.39%
B = 55.3%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#073449 (or 0x073449) is known color: Blue Whale. HEX triplet: 07, 34 and 49. RGB value is (7,52,73). Sum of RGB (Red+Green+Blue) = 7+52+73=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #073449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073449 is #F8CBB6. Grayscale: #282828. Windows color (decimal): -16305079 or 4797447. OLE color: 4797447.

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

Color convert

RGB 7 52 73 -
CMYK 0.90 0.29 0 0.71
HSL 199.09º 0.83% 0.16% -
HSV(B) 199.09º 0.9% 0.29% -
XYZ 2.52 2.98 6.75 -
YUV 40.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 7 52 73 0.90 0.29 0 0.71 199.09 0.83 0.16
Hex 7 34 49 5A 1D 0 47 C7 52 10
Octal 7 64 111 132 35 0 107 307 122 20
Binary 111 110100 1001001 1011010 11101 0 1000111 11000111 1010010 10000

Color Harmonies of #073449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073449

Black with #073449

Text Example


Text Example

White with #073449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073449; }

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

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

background-color css

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

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

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

border-color css

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

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

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