Html Css Color HEX #072C49 Blue Whale

📋 copy color: '#072C49'

red 7 ◦ green 44 ◦ blue 73

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

Shades of Blue Whale #072C49

Tints of Blue Whale #072C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.48%

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

R = 5.65%
G = 35.48%
B = 58.87%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072C49 (or 0x072C49) is known color: Blue Whale. HEX triplet: 07, 2C and 49. RGB value is (7,44,73). Sum of RGB (Red+Green+Blue) = 7+44+73=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #072C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C49 is #F8D3B6. Grayscale: #242424. Windows color (decimal): -16307127 or 4795399. OLE color: 4795399.

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

Color convert

RGB 7 44 73 -
CMYK 0.90 0.40 0 0.71
HSL 206.36º 0.83% 0.16% -
HSV(B) 206.36º 0.9% 0.29% -
XYZ 2.19 2.33 6.64 -
YUV 36.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 7 44 73 0.90 0.40 0 0.71 206.36 0.83 0.16
Hex 7 2C 49 5A 28 0 47 CE 52 10
Octal 7 54 111 132 50 0 107 316 122 20
Binary 111 101100 1001001 1011010 101000 0 1000111 11001110 1010010 10000

Color Harmonies of #072C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C49

Black with #072C49

Text Example


Text Example

White with #072C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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