Html Css Color HEX #072B49 Blue Whale

📋 copy color: '#072B49'

red 7 ◦ green 43 ◦ blue 73

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

Shades of Blue Whale #072B49

Tints of Blue Whale #072B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.96%

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

R = 5.69%
G = 34.96%
B = 59.35%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072B49 (or 0x072B49) is known color: Blue Whale. HEX triplet: 07, 2B and 49. RGB value is (7,43,73). Sum of RGB (Red+Green+Blue) = 7+43+73=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #072B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B49 is #F8D4B6. Grayscale: #232323. Windows color (decimal): -16307383 or 4795143. OLE color: 4795143.

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

Color convert

RGB 7 43 73 -
CMYK 0.90 0.41 0 0.71
HSL 207.27º 0.83% 0.16% -
HSV(B) 207.27º 0.9% 0.29% -
XYZ 2.15 2.25 6.62 -
YUV 35.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 7 43 73 0.90 0.41 0 0.71 207.27 0.83 0.16
Hex 7 2B 49 5A 29 0 47 CF 52 10
Octal 7 53 111 132 51 0 107 317 122 20
Binary 111 101011 1001001 1011010 101001 0 1000111 11001111 1010010 10000

Color Harmonies of #072B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B49

Black with #072B49

Text Example


Text Example

White with #072B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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