#072C41

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

Shades of Blue Whale #072C41

Tints of Blue Whale #072C41

Color information

#072C41 (or 0x072C41) is unknown color: approx Blue Whale. HEX triplet: 07, 2C and 41. RGB value is (7,44,65). Sum of RGB (Red+Green+Blue) = 7+44+65=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #072C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C41 is #F8D3BE. Grayscale: #232323. Windows color (decimal): -16307135 or 4271111. OLE color: 4271111.

HSL color Cylindrical-coordinate representation of color #072C41: hue angle of 201.72º degrees, saturation: 0.81, 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 #072C41 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB74465-
CMYK0.890.3200.75
HSL201.72º80.56%14.12%-
HSV(B)201.72º89.23%25.49%-
XYZ1.942.235.33-
YUV35.33144.74107.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=6.03%
G=37.93%
B=56.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal744650.890.3200.75201.7280.5614.12
Hex72C41592004Bca51e
Octal75410113140011331212116
Binary11110110010000011011001100000010010111100101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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