#072A4B

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

Shades of Blue Whale #072A4B

Tints of Blue Whale #072A4B

Color information

#072A4B (or 0x072A4B) is unknown color: approx Blue Whale. HEX triplet: 07, 2A and 4B. RGB value is (7,42,75). Sum of RGB (Red+Green+Blue) = 7+42+75=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #072A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A4B is #F8D5B4. Grayscale: #232323. Windows color (decimal): -16307637 or 4925959. OLE color: 4925959.

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

Color convert

RGB74275-
CMYK0.910.4400.71
HSL209.12º82.93%16.08%-
HSV(B)209.12º90.67%29.41%-
XYZ2.192.216.97-
YUV35.3150.4107.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=5.65%
G=33.87%
B=60.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal742750.910.4400.71209.1282.9316.08
Hex72A4B5B2C047d15310
Octal75211313354010732112320
Binary111101010100101110110111011000100011111010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,42,75); }

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

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

 a { background-color: rgb(7,42,75); }

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

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

 span { border-color: rgb(7,42,75); }

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