#072D4B

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

Shades of Blue Whale #072D4B

Tints of Blue Whale #072D4B

Color information

#072D4B (or 0x072D4B) is unknown color: approx Blue Whale. HEX triplet: 07, 2D and 4B. RGB value is (7,45,75). Sum of RGB (Red+Green+Blue) = 7+45+75=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #072D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D4B is #F8D2B4. Grayscale: #242424. Windows color (decimal): -16306869 or 4926727. OLE color: 4926727.

HSL color Cylindrical-coordinate representation of color #072D4B: hue angle of 206.47º 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 #072D4B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB74575-
CMYK0.910.4000.71
HSL206.47º82.93%16.08%-
HSV(B)206.47º90.67%29.41%-
XYZ2.32.437-
YUV37.06149.41106.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=5.51%
G=35.43%
B=59.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal745750.910.4000.71206.4782.9316.08
Hex72D4B5B28047ce5310
Octal75511313350010731612320
Binary111101101100101110110111010000100011111001110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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