Html Css Color HEX #073749 Blue Whale

📋 copy color: '#073749'

red 7 ◦ green 55 ◦ blue 73

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

Shades of Blue Whale #073749

Tints of Blue Whale #073749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.74%

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

R = 5.19%
G = 40.74%
B = 54.07%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#073749 (or 0x073749) is known color: Blue Whale. HEX triplet: 07, 37 and 49. RGB value is (7,55,73). Sum of RGB (Red+Green+Blue) = 7+55+73=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #073749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073749 is #F8C8B6. Grayscale: #2A2A2A. Windows color (decimal): -16304311 or 4798215. OLE color: 4798215.

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

Color convert

RGB 7 55 73 -
CMYK 0.90 0.25 0 0.71
HSL 196.36º 0.83% 0.16% -
HSV(B) 196.36º 0.9% 0.29% -
XYZ 2.66 3.26 6.79 -
YUV 42.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 7 55 73 0.90 0.25 0 0.71 196.36 0.83 0.16
Hex 7 37 49 5A 19 0 47 C4 52 10
Octal 7 67 111 132 31 0 107 304 122 20
Binary 111 110111 1001001 1011010 11001 0 1000111 11000100 1010010 10000

Color Harmonies of #073749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073749

Black with #073749

Text Example


Text Example

White with #073749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073749; }

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

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

background-color css

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

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

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

border-color css

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

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

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