#072E4D

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

Shades of Blue Whale #072E4D

Tints of Blue Whale #072E4D

Color information

#072E4D (or 0x072E4D) is unknown color: approx Blue Whale. HEX triplet: 07, 2E and 4D. RGB value is (7,46,77). Sum of RGB (Red+Green+Blue) = 7+46+77=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #072E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E4D is #F8D1B2. Grayscale: #252525. Windows color (decimal): -16306611 or 5058055. OLE color: 5058055.

HSL color Cylindrical-coordinate representation of color #072E4D: hue angle of 206.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072E4D is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB74677-
CMYK0.910.4000.70
HSL206.57º83.33%16.47%-
HSV(B)206.57º90.91%30.2%-
XYZ2.42.537.38-
YUV37.87150.08105.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=5.38%
G=35.38%
B=59.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal746770.910.4000.70206.5783.3316.47
Hex72E4D5B28046cf5310
Octal75611513350010631712320
Binary111101110100110110110111010000100011011001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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