#073144

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

Shades of Blue Whale #073144

Tints of Blue Whale #073144

Color information

#073144 (or 0x073144) is unknown color: approx Blue Whale. HEX triplet: 07, 31 and 44. RGB value is (7,49,68). Sum of RGB (Red+Green+Blue) = 7+49+68=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #073144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073144 is #F8CEBB. Grayscale: #262626. Windows color (decimal): -16305852 or 4468999. OLE color: 4468999.

HSL color Cylindrical-coordinate representation of color #073144: hue angle of 198.69º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073144 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB74968-
CMYK0.900.2800.73
HSL198.69º81.33%14.71%-
HSV(B)198.69º89.71%26.67%-
XYZ2.232.665.86-
YUV38.61144.59105.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 68 (26.95% from 255) = 54.84%
R=5.65%
G=39.52%
B=54.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal749680.900.2800.73198.6981.3314.71
Hex731445A1C049c751f
Octal76110413234011130712117
Binary1111100011000100101101011100010010011100011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073144; }

 p { color: rgb(7,49,68); }

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

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

 a { background-color: rgb(7,49,68); }

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

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

 span { border-color: rgb(7,49,68); }

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