Html Css Color HEX #072E49 Blue Whale

📋 copy color: '#072E49'

red 7 ◦ green 46 ◦ blue 73

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

Shades of Blue Whale #072E49

Tints of Blue Whale #072E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.51%

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

R = 5.56%
G = 36.51%
B = 57.94%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072E49 (or 0x072E49) is known color: Blue Whale. HEX triplet: 07, 2E and 49. RGB value is (7,46,73). Sum of RGB (Red+Green+Blue) = 7+46+73=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #072E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E49 is #F8D1B6. Grayscale: #252525. Windows color (decimal): -16306615 or 4795911. OLE color: 4795911.

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

Color convert

RGB 7 46 73 -
CMYK 0.90 0.37 0 0.71
HSL 204.55º 0.83% 0.16% -
HSV(B) 204.55º 0.9% 0.29% -
XYZ 2.27 2.48 6.66 -
YUV 37.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 7 46 73 0.90 0.37 0 0.71 204.55 0.83 0.16
Hex 7 2E 49 5A 25 0 47 CD 52 10
Octal 7 56 111 132 45 0 107 315 122 20
Binary 111 101110 1001001 1011010 100101 0 1000111 11001101 1010010 10000

Color Harmonies of #072E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E49

Black with #072E49

Text Example


Text Example

White with #072E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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