#072E47

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

Shades of Blue Whale #072E47

Tints of Blue Whale #072E47

Color information

#072E47 (or 0x072E47) is unknown color: approx Blue Whale. HEX triplet: 07, 2E and 47. RGB value is (7,46,71). Sum of RGB (Red+Green+Blue) = 7+46+71=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #072E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E47 is #F8D1B8. Grayscale: #252525. Windows color (decimal): -16306617 or 4664839. OLE color: 4664839.

HSL color Cylindrical-coordinate representation of color #072E47: hue angle of 203.44º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072E47 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB74671-
CMYK0.900.3500.72
HSL203.44º82.05%15.29%-
HSV(B)203.44º90.14%27.84%-
XYZ2.22.456.32-
YUV37.19147.08106.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=5.65%
G=37.10%
B=57.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal746710.900.3500.72203.4482.0515.29
Hex72E475A23048cb52f
Octal75610713243011031312217
Binary11110111010001111011010100011010010001100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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