#072D49

Color #072D49 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #072D49

Tints of Blue Whale #072D49

Color information

#072D49 (or 0x072D49) is unknown color: approx Blue Whale. HEX triplet: 07, 2D and 49. RGB value is (7,45,73). Sum of RGB (Red+Green+Blue) = 7+45+73=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #072D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D49 is #F8D2B6. Grayscale: #242424. Windows color (decimal): -16306871 or 4795655. OLE color: 4795655.

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

Color convert

RGB74573-
CMYK0.900.3800.71
HSL205.45º82.5%15.69%-
HSV(B)205.45º90.41%28.63%-
XYZ2.232.46.65-
YUV36.83148.41106.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=5.6%
G=36%
B=58.4%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal745730.900.3800.71205.4582.515.69
Hex72D495A26047cd5210
Octal75511113246010731512220
Binary111101101100100110110101001100100011111001101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #072D49;
 }
 .AnyTagClassName
 {
   color: #072D49;
 }
</style>
background-color css

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

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

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

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

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

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