#072E40

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

Shades of Blue Whale #072E40

Tints of Blue Whale #072E40

Color information

#072E40 (or 0x072E40) is unknown color: approx Blue Whale. HEX triplet: 07, 2E and 40. RGB value is (7,46,64). Sum of RGB (Red+Green+Blue) = 7+46+64=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #072E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E40 is #F8D1BF. Grayscale: #242424. Windows color (decimal): -16306624 or 4206087. OLE color: 4206087.

HSL color Cylindrical-coordinate representation of color #072E40: hue angle of 198.95º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072E40 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74664-
CMYK0.890.2800.75
HSL198.95º80.28%13.92%-
HSV(B)198.95º89.06%25.1%-
XYZ1.992.375.2-
YUV36.39143.58107.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=5.98%
G=39.32%
B=54.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal746640.890.2800.75198.9580.2813.92
Hex72E40591C04Bc750e
Octal75610013134011330712016
Binary1111011101000000101100111100010010111100011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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