#073247

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

Shades of Blue Whale #073247

Tints of Blue Whale #073247

Color information

#073247 (or 0x073247) is unknown color: approx Blue Whale. HEX triplet: 07, 32 and 47. RGB value is (7,50,71). Sum of RGB (Red+Green+Blue) = 7+50+71=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #073247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073247 is #F8CDB8. Grayscale: #272727. Windows color (decimal): -16305593 or 4665863. OLE color: 4665863.

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

Color convert

RGB75071-
CMYK0.900.3000.72
HSL199.69º82.05%15.29%-
HSV(B)199.69º90.14%27.84%-
XYZ2.372.786.37-
YUV39.54145.75104.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=5.47%
G=39.06%
B=55.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal750710.900.3000.72199.6982.0515.29
Hex732475A1E048c852f
Octal76210713236011031012217
Binary1111100101000111101101011110010010001100100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073247; }

 p { color: rgb(7,50,71); }

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

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

 a { background-color: rgb(7,50,71); }

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

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

 span { border-color: rgb(7,50,71); }

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